v3.0.0
What's changed
⚠️ Breaking changes
- refactor!: use environment variable by @simenandre in #26
Instead of having baseUrl
either be set to sandbox
, production
or something, we added a variable called environment
that can either be sandbox
or production
. baseUrl
is only used for URL.
Features
- feat: add list capabilities query by @braaar in #32
- feat: add utility function for decoding abax profile id token by @braaar in #33
- feat: add equipment tests by @braaar in #14
Other
- refactor: use input args for all methods by @simenandre in #27
Full Changelog: v2.0.1...v3.0.0