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
All notable changes to the ordercloud-javascript-sdk will be documented in this file starting in version 4. Migration guide for versions prior to version 4 are documented [here](./MIGRATION_GUIDE.md)
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [4.0.1] - 2021-01-30
9
+
10
+
### Added
11
+
- SDK up to date with API v1.0.183
12
+
- Cookie options configuration to set path - defaults to root path if no path is provided.
13
+
14
+
### Fixed
15
+
- Prevent list options from being mutated. This lead to side effects for any user relying on the options object
16
+
- Typescript only: list options `searchOn` and `sortBy` would produce type errors for valid types
0 commit comments