You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,14 @@ 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.9.0] - UNRELEASED
8
-
- Requests with invalid body result in HTTP code 400 instead of 500 - @AndreiBelokopytov (#220)
9
-
-`src/models/order.schema.json` was moved to `src/models/order.schema.js` to support regex transformation - @lukeromanowicz (#201)
10
-
11
-
## [1.9.0-rc.2] - 2019.04.17
7
+
## [1.9.0] - 2019.05.06
8
+
- Changed location of magento1 platform js client. Moved from `src/platform/magento1/module` to [magento1-vsbridge-client](https://github.com/DivanteLtd/magento1-vsbridge-client) - @mtarld (#195)
12
9
- Update Babel from 6 to 7 - @lukeromanowicz
13
10
- Support unicode characters in order requests - @lukeromanowicz (#201)
14
11
- TravisCI configured for building and linting - @lukeromanowicz (#204)
15
12
- Use Redis database from configuration in mage2vs - @Cyclonecode (#211)
16
-
17
-
## [1.9.0-rc.1] - 2019.03.04
18
-
- Changed location of magento1 platform js client. Moved from `src/platform/magento1/module` to [magento1-vsbridge-client](https://github.com/DivanteLtd/magento1-vsbridge-client) - @mtarld (#195)
13
+
- Requests with invalid body result in HTTP code 400 instead of 500 - @AndreiBelokopytov (#220)
14
+
-`src/models/order.schema.json` was moved to `src/models/order.schema.js` to support regex transformation - @lukeromanowicz (#201)
19
15
20
16
## [1.8.4] - 2019.04.17
21
17
- Use encrypted token for user authentication - @pkarw
0 commit comments