File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,23 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 4.1.0] - 2021-02-27
9+
10+ ### Added
11+ - SDK up to date with [ API v1.0.196] ( https://ordercloud.io/release-notes/v1.0.196 )
12+
13+ ### Fixed
14+ - ` OrderCloudError ` model not exported from public entry point
15+
16+ ### Security
17+ - Upgraded axios dependency to version 0.21.1
18+
819## [ 4.0.1] - 2021-01-30
920
1021### 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.
22+ - SDK up to date with API v1.0.183
23+ - Cookie options configuration to set path - defaults to root path if no path is provided.
1324
1425### 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
26+ - Prevent list options from being mutated. This lead to side effects for any user relying on the options object
27+ - Typescript only: list options ` searchOn ` and ` sortBy ` would produce type errors for valid types
Original file line number Diff line number Diff line change 22 "name" : " ordercloud-javascript-sdk" ,
33 "description" : " The offical Javascript SDK for the Ordercloud ecommerce API" ,
44 "author" : " Four51 OrderCloud" ,
5- "version" : " 4.0.1 " ,
5+ "version" : " 4.1.0 " ,
66 "main" : " dist/index.js" ,
77 "umd:main" : " dist/index.umd.js" ,
88 "module" : " dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments