Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 791 Bytes

File metadata and controls

19 lines (16 loc) · 791 Bytes

4.1.1

  • [security] verify now throws if config.secret is empty or missing instead of computing an HMAC with an empty key

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.