Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 659 Bytes

CHANGELOG.md

File metadata and controls

15 lines (13 loc) · 659 Bytes

4.0.0

  • [breaking] Updated to async/await
  • [breaking] Removed body from error text, added as property in error (#62)
  • [breaking] Added gzip support (#60)

3.0.0

  • 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.