Skip to content

v0.9.0

Compare
Choose a tag to compare
@lucaswerkmeister lucaswerkmeister released this 11 Apr 19:20
· 7 commits to main since this release
  • The new accessToken option can be used to set the Authorization header more easily. The previous authorization option is kept for compatibility, but deprecated, demoted to the internal interface, and will be removed in a future minor version.
  • m3api now includes TypeScript .d.ts declaration files in the types/ directory. Hopefully these will be useful to some users of the library.
  • Clarified DEFAULT_OPTIONS conventions a bit (adding errorHandlers is fine).
  • Added usage recommendations to the README.
  • Updated dependencies.