Releases: Qminder/javascript-api
Releases · Qminder/javascript-api
Version 9.0.1
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
What's Changed
- 💥 No longer accept position
MIDDLEon ticket return to queue.
Full changelog: v8.0.0...v9.0.0
Version 8.0.0
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
- Use a temporary API key to open the WebSocket connection
Version 7.2.0
What's Changed
- feat: set ticket labels in #327
Version 7.1.1
What's Changed
- fix: ticket creation will not send null as a last name in #325
Version 7.1.0
Handling new error response type
Version 7.0.0
String IDs for webhook endpoints (#319)
New type: ID
Version 6.0.1
- Fixes #320
Version 6.0.0
Major changes to input/return types (#309)
- Classes
Line,Ticket,Userare now interface types (do not require instantiation, only validate the shape of the object) User.isAdmin()andUser.isOwner()methods removed- No longer required to pass in IDs where it doesn't make sense