- [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
authorise
method in favor ofauthorize
. - 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.