Skip to content

Releases: Qminder/javascript-api

Qminder API version 4.0.1

23 Feb 14:11
1c7bf89
Compare
Choose a tag to compare

Two bug fixes:

  • GraphQL Batcher will not error with "Cannot read property '0' of null" when error response is received (#294)
  • fix(graphql-subscriptions): Gracefully handle messages for a Subscription that doesn't exist in internal state (#292)

Qminder API Version 4.0.0

11 Feb 09:53
v4.0.0
a024204
Compare
Choose a tag to compare

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 [email protected]
yarn add [email protected]

# install the peer dependency: 
yarn add [email protected]

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

01 Feb 08:21
c9a1152
Compare
Choose a tag to compare

fix(graphql): Error when subscribing to GraphQL events #288

Version 3.0.2

20 Jan 13:54
14d0967
Compare
Choose a tag to compare

This version exposes the ConnectionStatus TypeScript type from the public API.

Version 3.0.1

19 Jan 14:45
37e657c
Compare
Choose a tag to compare

Subscribing to getSubscriptionConnectionObservable returns last known state #285

Version 3.0.0

08 Jan 08:26
3d14116
Compare
Choose a tag to compare

Replaced method for removing lines with a method for archiving.

Version 2.3.3

04 Jan 09:46
6fd21fb
Compare
Choose a tag to compare

Setting connection status to connected only when server actually responds to init

Version 2.3.2

14 Dec 07:37
0452fca
Compare
Choose a tag to compare

Method for updating line.

Version 2.3.1

09 Dec 13:33
a8dc7ef
Compare
Choose a tag to compare

Qminder API version 2.3.1 brings a small dependency update:

  • RxJS 6.5.3 --> RxJS 6.5.5

Version 2.2.24

25 Aug 07:49
2a3851f
Compare
Choose a tag to compare

Qminder API version 2.2.24 - removes an unused data field on the InputField type.