Skip to content

Releases: Qminder/javascript-api

Version 9.0.1

31 Jan 12:46
1484a11

Choose a tag to compare

Changelog

  • Bumped versions of dependencies
  • Added tracking for when connection is dropped in order to work towards a reliable re-connection solution

Version 9.0.0

08 Sep 11:14
df1bb48

Choose a tag to compare

What's Changed

  • 💥 No longer accept position MIDDLE on ticket return to queue.

Full changelog: v8.0.0...v9.0.0

Version 8.0.0

17 Jun 10:39
a04aa38

Choose a tag to compare

What's Changed

  • chore: bumb Typescript in #334
  • chore: bump isomorphic-fetch in #335
  • chore: bumb Sinon in #333
  • feat: updated response type for GraphQL in #336

Full Changelog: v7.3.0...v8.0.0

Version 7.3.0

01 Jun 07:47
c35762e

Choose a tag to compare

  • Use a temporary API key to open the WebSocket connection

Version 7.2.0

08 Apr 12:56
e1ea7b8

Choose a tag to compare

What's Changed

  • feat: set ticket labels in #327

Version 7.1.1

16 Feb 09:06
d240c57

Choose a tag to compare

What's Changed

  • fix: ticket creation will not send null as a last name in #325

Version 7.1.0

02 Feb 13:19
c37e84e

Choose a tag to compare

Handling new error response type

Version 7.0.0

10 Nov 16:20
492e10e

Choose a tag to compare

String IDs for webhook endpoints (#319)

New type: ID

Version 6.0.1

09 Nov 13:36
6c2abc7

Choose a tag to compare

Version 6.0.0

08 Sep 08:07
34a9872

Choose a tag to compare

Major changes to input/return types (#309)

  • Classes Line, Ticket, User are now interface types (do not require instantiation, only validate the shape of the object)
  • User.isAdmin() and User.isOwner() methods removed
  • No longer required to pass in IDs where it doesn't make sense