Skip to content

Commit

Permalink
Merge pull request #38 from getconversio/feature/big-refactor
Browse files Browse the repository at this point in the history
Refactor to new ES6 classes, Promises
  • Loading branch information
stefanosala authored Oct 17, 2017
2 parents b816951 + 711202a commit cce560c
Show file tree
Hide file tree
Showing 17 changed files with 1,912 additions and 1,196 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["conversio"]
}
18 changes: 0 additions & 18 deletions .jscsrc

This file was deleted.

73 changes: 0 additions & 73 deletions .jshintrc

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
deploy:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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](https://github.com/getconversio/node-bigcommerce/pull/18) hack, please use `apiVersion` configuration property.
Loading

0 comments on commit cce560c

Please sign in to comment.