Skip to content

Releases: ordercloud-api/ordercloud-javascript-sdk

Last update before breaking changes v4

29 Feb 19:34

Choose a tag to compare

Updated to be in line with API version 1.0.46.

This will be the last update to v3. After this we'll roll out v4 which introduces quite a few breaking changes. The data source we will be using for code generation on v4 has more information so we can do a lot more with it.

fix: PartialDeep breaking on type 'any'

17 Sep 16:54

Choose a tag to compare

3.5.9

fix: PartialDeep breaking on type 'any'

browser only bug fix and type error bug

17 Sep 15:31
55d7a7c

Choose a tag to compare

fixes #43 - PATCH requests with nested models do not have Partial wrapper

fixes #44 - TypeError: m.buffer is not a function

Pull request: #45

url encode auth parameters and fix invalid token on error responses

23 Aug 20:06
837a395

Choose a tag to compare

Merge pull request #41 from crhistianramirez/bugfixes

small bug fixes

API v1.0.109

11 Jul 19:49
e515c57

Choose a tag to compare

API v1.0.109 Pre-release
Pre-release

API v1.0.109 Release Notes

New features:

  • enforce password expiration
  • allow promo to be assigned to all buyers in a seller org

Bugfixes:

  • naming conflict errors
  • minor bug fixes and performance

add managing security profiles and custom roles

02 Jul 00:00
9609050

Choose a tag to compare

Merge pull request #37 from crhistianramirez/fix-genbug

fix: codegen output

Message sender model change: ElevatedRolesList => ElevatedRoles

16 Apr 18:24
e1c4030

Choose a tag to compare

Merge pull request #33 from crhistianramirez/message-senders

Message sender model change: ElevatedRolesList => ElevatedRoles

Dist not generating full models

16 Apr 14:12
8f0d93d

Choose a tag to compare

pesky bug that is caused because some time ago we added the "browser" property to the package.json this is helpful for webpack and other build systems to identify the browser version of the library to use depending on the target. Unfortunately if there is a "browser" property browserify just looks at that instead of our src/index.js. Its a bit of a catch-22 and there might be a better solution that I'll have to look into more later

Message senders, OpenID connect and variant level inventory

16 Apr 02:38
0c4fd86

Choose a tag to compare

Merge pull request #31 from crhistianramirez/message-senders

bump version so we're semantic

feat: add typescript definition file

10 Dec 15:37
99b24dd

Choose a tag to compare

Provides typescript definitions for consumers of the sdk that are using typescript.

Refer to this PR:
#28