Releases: Qminder/javascript-api
Releases · Qminder/javascript-api
Version 5.0.0
- ✅ Support graphql-tag / graphql.macro and similar GraphQL tooling (#310)
- 💥 No longer automatically adds
subscription {and}around the subscribe() queries
Qminder API version 4.2.0
Add ability to unarchive and delete lines.
Qminder API version 4.1.0
- Bump rxjs from 6.5.5 to 6.6.3
- Remove GraphQL batching
Qminder API version 4.0.1
Qminder API Version 4.0.0
This version of the Javascript / TypeScript API brings major structural updates:
- Single code bundle for both Node and Web
- No longer shipping "unified bundled library" - use NPM or Yarn to
install Qminder API - Internal improvements, unit testing improvements
Migration notes
Install the newest version of the JS API with:
# if you use npm: npm install qminder-api@4.0.0
yarn add qminder-api@4.0.0
# install the peer dependency:
yarn add rxjs@6.5.5
Perform the following steps:
- Imports for internal files (
qminder-api/build-es6/X) must be replaced with
qminder-api/build/X - Using a CommonJS compatible module bundler (Webpack, Parcel, ...) or runtime (Node)
is required now
Version 3.0.3
fix(graphql): Error when subscribing to GraphQL events #288
Version 3.0.2
This version exposes the ConnectionStatus TypeScript type from the public API.
Version 3.0.1
Subscribing to getSubscriptionConnectionObservable returns last known state #285
Version 3.0.0
Replaced method for removing lines with a method for archiving.
Version 2.3.3
Setting connection status to connected only when server actually responds to init