All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Extension schemas in
src/models
are not required anymore - @EmilsM, @lukeromanowicz (#259, #263)
- Change min postal code length in user profile to 3 so it's sames as in orders - @lukeromanowicz (#253)
- Fix failing o2m when parsing order schema - @lukeromanowicz (#248)
- Mount ElasticSearch data to
docker/elasticsearch/data
directory - @dimasch, @lukeromanowicz (#237, #241) - Fix product schema and importer in migration process - @lukeromanowicz (#239)
- Changed location of magento1 platform js client. Moved from
src/platform/magento1/module
to magento1-vsbridge-client - @mtarld (#195) - Update Babel from 6 to 7 - @lukeromanowicz (#202)
- Support unicode characters in order requests - @lukeromanowicz (#201)
- TravisCI configured for building and linting - @lukeromanowicz (#204)
- Use Redis database from configuration in mage2vs - @Cyclonecode (#211)
- Requests with invalid body result in HTTP code 400 instead of 500 - @AndreiBelokopytov (#220)
src/models/order.schema.json
was moved tosrc/models/order.schema.js
to support regex transformation - @lukeromanowicz (#201)
- Use encrypted token for user authentication - @pkarw (#215)
- Use store id from configuration in
mage2vs import
- @boehsermoe (#179)
- Magento 1 bridge client - @afirlejczyk (#190)
- configurable ElasticSearch
apiVersion
- @Resubaka (#192)
- Fixed
apiVersion
property for ElasticSearch driver - now it's available thruconfig/*.json
- @mdanilowicz (#185)