Skip to content

Releases: lucaswerkmeister/m3api-botpassword

v0.2.1

12 Nov 15:13
Compare
Choose a tag to compare
  • login() and LoginError now understand that the reason returned by the API in case of failed login can be an object rather than a string (if the session’s defaultParams specify a non-default errorformat).
  • Updated dependencies.

v0.2.0

10 Jul 14:59
Compare
Choose a tag to compare
  • BREAKING CHANGE: m3api-botpassword now requires at least Node.js 18.2.0, up from Node 12.22.0 or 14.17.0 previously.
  • login() now detects if logging in failed, and throws a LoginError in that case. (This new class is also exported, in case you want to check for it specifically.)
  • Updated dependencies.

v0.1.1

03 Dec 16:43
Compare
Choose a tag to compare

No significant changes, I just need to publish another release in order to test the automated parts of the releasing process.

v0.1.0

29 Oct 08:34
Compare
Choose a tag to compare

Initial release, including:

  • login() and logout() functions.
  • m3api-botpassword/assert and m3api-botpassword/assertUser options.