Skip to content

Releases: Qminder/javascript-api

Version 11.0.1

16 May 15:28
f374ac7

Choose a tag to compare

Gather additional info during websocket close #559

What's Changed

  • chore(deps): update typescript-eslint monorepo to v5.59.6 by @renovate in #557
  • chore(deps): update dependency @types/node to v18.16.10 by @renovate in #558
  • feat: WebSocket error message logging by @boxmein in #559

Full Changelog: v11.0.0...v11.0.1

Version 11.0.0

15 May 11:00
5b0637f

Choose a tag to compare

Fix for error handling:

Some endpoints were not correctly forwarding errors as the error interface in the API had changed.

Added 3 error types: SimpleError, ComplexError and UnknownError.
Now all the errors from Qminder calls can be checked against one of the provided error types and then be handled accordingly.

Migration guide:

Some endpoints that forwarded the first error from the response error object to the message do not do that anymore. Check for usages of error.message and if they still provide the necessary error message. If the error message has changed, use the proper message from the error object.

Version 10.0.2

10 May 13:51
22dc3d0

Choose a tag to compare

Contains a patch for #544

Version 10.0.1

09 May 13:46
1e2492e

Choose a tag to compare

  • Fix a single import
  • Exclude spec files from build

Version 10.0.0

03 May 09:38
3f79f2f

Choose a tag to compare

  • Change the public interface
  1. All models are importable from 'qminder-api'
  2. Qminder base entities are renamed Qminder.tickets.save => Qminder.Ticket.save
  • Reconnecting to websockets is more reliable

Version 9.0.6

23 Mar 12:27
c6cea51

Choose a tag to compare

Remove unnecessary console.logs

Version 9.0.5

10 Mar 09:34
ffb88ed

Choose a tag to compare

v9.0.5

Bump (#464)

Version 9.0.4

10 Mar 09:22
1923846

Choose a tag to compare

Merge pull request #462 from Qminder/karl-bump-9.0.4

chore(version): Bump 9.0.4

Version 9.0.3

10 Mar 07:48
6090894

Choose a tag to compare

v9.0.3

Bump (#460)

Version 9.0.2

09 Mar 14:26
e731096

Choose a tag to compare

Fix package build