- [breaking] Updated to
async/await - [breaking] Removed body from error text, added as property in error (#62)
- [breaking] Added gzip support (#60)
- Removed all callbacks, only Promise is supported now.
- Removed
authorisemethod in favor ofauthorize. - Removed
callbackmethod,verifywill 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
classimplementation. - Removed catalogue hack, please use
apiVersionconfiguration property.