Skip to content

Releases: getconversio/node-bigcommerce

Fix encoding responses

05 May 19:52
40b9fb2

Choose a tag to compare

4.1.0

Bump version 4.1.0 (#82)

Deps upgrade

30 Dec 09:05
3a98d79

Choose a tag to compare

4.0.2

Merge pull request #76 from getconversio/dependabot/npm_and_yarn/loda…

Fix autodeploy

07 Nov 20:08
17a148b

Choose a tag to compare

Merge pull request #65 from getconversio/hotfix/deploy

Fix auto-deploy settings

Version 4.0.0

07 Nov 18:42
da0a6db

Choose a tag to compare

  • Removed node 6 support
  • Added node 10 to test suite
  • Removed deprecated new Buffer() call

v3.1.0 minor release

15 Oct 16:19
d4c1db8

Choose a tag to compare

  • Add response body if invalid JSON returned
  • Fix authentication vulnerable to timing attack

Big refactor, removed callbacks and updated to ES6 classes

17 Oct 07:50

Choose a tag to compare

  • Removed all callbacks, only Promise is supported now.
  • Removed authorise method in favor of authorize.
  • Removed callback method, verify will now throw an Error.
  • Removed the logger, use DEBUG=node-bigcommerce:* as an environment variable to get debug messages.
  • Dropped support of node-v4 for missing class implementation.
  • Removed catalogue hack, please use apiVersion configuration property.