Skip to content

Commit 3c1d3da

Browse files
author
Crhistian
committed
✏️ update changelong
1 parent 5522306 commit 3c1d3da

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,32 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [4.9.9] - 2022-06-21
8+
### Fixed
9+
- Filters set with 0 are dropped [#73](https://github.com/ordercloud-api/ordercloud-javascript-sdk/issues/73)
10+
- Access token not saved after refresh [#74](https://github.com/ordercloud-api/ordercloud-javascript-sdk/issues/74)
711

812
## [4.9.8] - 2022-06-08
913
### Added
1014
- SDK up to date with [API v1.0.241](https://ordercloud.io/release-notes/v1.0.241)
1115
- Introduces [Product Collections](https://ordercloud.io/knowledge-base/product-collections)
16+
1217
## [4.8.8] - 2022-05-19
1318
### Added
1419
- SDK up to date with [API v1.0.238](https://ordercloud.io/release-notes/v1.0.238)
1520
- Introduces Order Returns and adds Message Sender templates
1621
- PriceScheduleID added to LineItems
22+
1723
## [4.7.8] - 2022-05-04
1824
### Added
1925
- Added an optional `customRoles` array to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.
26+
2027
## [4.6.8] - 2022-05-02
2128
### Fixed
2229
- Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role
2330
### Removed
2431
- The ApiRole `InventoryAdmin` was removed from the OrderCloud API and is now considered a custom role. This role was removed from the `ApiRole` type definition. This could be a breaking change if your application uses the role `InventoryAdmin`. In this case, we recommend making this role a custom role.
32+
2533
## [4.6.7] - 2022-04-27
2634
### Fixed
2735
- DecodedToken.role was not properly typed. It is now (ApiRole[] | ApiRole | undefined)

0 commit comments

Comments
 (0)