Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

v2.0.0 - Rewrite

Compare
Choose a tag to compare
@fvdm fvdm released this 16 Sep 17:55
· 49 commits to develop since this release
v2.0.0
97a5e29

Breaking interface

  • Changed to a class
  • Renamed methods to camelCase
  • Removed account methods
  • Function arguments are wrapped in an object
  • Functions return a Promise
  • Removed callbacks
  • Simplified response parsing

Other changes

  • Fixed API response changes
  • Updated docs and meta
  • Aligned tests to new interface
  • Misc code and style clean up