- If no callback is provided, a Promise object is returned. (close #11)
- Update old dependencies and create package-lock.
- Add standard and pre-commit configs and scripts.
- Fix WS 3.0 bug in autobahn
- Add optional parameter to returnCompleteBalances
- Merge pull request #13 from CjS77/data_on_err
- Always include data in error callback
- Fix "missing callback" error on returnTicker (close #9, close #6)
- Update methods in the README.md
- Add returnOrderTrades (close #8)
- standardjs
- Fix the reference in cfg.params (closes #3)
- Fix the reference problem in options param (close #2)
- Module nonce removed and replaced by an internal function. Fix the bug that repeat the incremental number in nonce module. (close #2)
- Update gitignore
- Add statusCode check in request callback (close #1)
- Code syntax improvements
- README improvements
- Move licence to README and delete LICENCE file
- Delete .npmignore
- Add new tags in package.json
- Add User-Agent in request and code improvements
- Update README.md
- Update README.md
- Add LICENCE
- Add README
- Add push method using autobahn
- Fix exports and code improvements
- Add .npmignore
- First version