@@ -4,28 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 1.10.0] - 2019.08.10
7
+ ## [ 1.10.0] - 2019.08.12
8
8
9
9
### Added
10
10
- Typescript support - @ResuBaka (#210 , #242 )
11
11
- Multi Stock Inventory (Magento MSI) support - @aleron75 , @dimasch (#226 )
12
12
- Import of magento 2 cms pages and blocks to the full import - @toh82 (#235 )
13
13
- Information about magento 2 cms pages and blocks import to the readme - @toh82 (#235 )
14
14
- Introduce orderNumber to order creation endpoint - @Flyingmana (#251 )
15
- - Optional Redis Auth functionality. @rain2o (#267 )
16
- - Extensions have ability to modify Elasticsearch results. @grimasod (#269 )
17
- - Refactored Travis build config @Tjitse-E (#273 )
18
- - Multistore support for ` magento1 ` -platform using ` magento1-vsbridge ` @cewald (#276 )
15
+ - Optional Redis Auth functionality. - @rain2o (#267 )
16
+ - Extensions have ability to modify Elasticsearch results. - @grimasod (#269 )
17
+ - Refactored Travis build config - @Tjitse-E (#273 )
18
+ - Multistore support for ` magento1 ` -platform using ` magento1-vsbridge ` - @cewald (#276 )
19
+
20
+ ### Changed
21
+ - Sharp dependency has been updated. * It might require reinstalling yarn dependencies* - @lukeromanowicz
19
22
20
23
### Fixed
21
24
- Missing ` res ` and ` req ` parameters are now passed to ProductProcessor - @jahvi (#218 )
22
- - Moving of graphql files to the dist folder @ResuBaka (#242 )
23
- - Moving of schema files to the dist folder @ResuBaka (#244 )
24
- - Missing assetPath config for magento1 @ResuBaka (#245 )
25
- - New payload for magento1 stock check endpoint (#261 )
26
- - ` yarn dev:inspect ` command and extract nodemon config to nodemon.json @Tjitse-E , @cewald (#272 , #279 )
27
- - Include Magento Currency Code in mage2vs import and productsdelta if available @rain2o (#281 )
28
- - Better handling of HTTP error codes provided by API client - pkarw (#3151 )
25
+ - Moving of graphql files to the dist folder - @ResuBaka (#242 )
26
+ - Moving of schema files to the dist folder - @ResuBaka (#244 )
27
+ - Missing assetPath config for magento1 - @ResuBaka (#245 )
28
+ - New payload for magento1 stock check endpoint - @ cewald (#261 )
29
+ - ` yarn dev:inspect ` command and extract nodemon config to nodemon.json - @Tjitse-E , @cewald (#272 , #279 )
30
+ - Include Magento Currency Code in mage2vs import and productsdelta if available - @rain2o (#281 )
31
+ - Better handling of HTTP error codes provided by API client - @ pkarw (#3151 )
29
32
30
33
## [ 1.9.6] - 2019.07.11
31
34
- Dependencies update to avoid lodash security issues.
0 commit comments