Skip to content

Big refactor, removed callbacks and updated to ES6 classes

Compare
Choose a tag to compare
@stefanosala stefanosala released this 17 Oct 07:50
· 31 commits to master since this release
  • 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.