Skip to content

4.1.0

Compare
Choose a tag to compare
@HRKings HRKings released this 20 Dec 15:43
· 19 commits to master since this release
341b433

Core:

  • Cleanup the code, reduces nesting with less ifs, it also checks for an array and not an object
  • Update to the latest api-docs and made the necessary changes on the types generator to accomodate that
  • Reject the promise on Getter error

Types:

  • Overloads on all methods and callbacks, so if you pass an array it will know to return an array too

Tests:

  • Changes the tests to use overloads

Chores:

  • Update dependencies
  • Bump version to 4.1.0
  • Bump minimum node version to 14