Skip to content

Releases: Qminder/javascript-api

Version 5.0.0

05 Aug 13:58
c55cdaa

Choose a tag to compare

  • ✅ 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

10 Jun 13:19
45d5afb

Choose a tag to compare

Add ability to unarchive and delete lines.

Qminder API version 4.1.0

29 Apr 10:57
a2f1da9

Choose a tag to compare

  • Bump rxjs from 6.5.5 to 6.6.3
  • Remove GraphQL batching

Qminder API version 4.0.1

23 Feb 14:11
1c7bf89

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

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 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

01 Feb 08:21
c9a1152

Choose a tag to compare

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

Version 3.0.2

20 Jan 13:54
14d0967

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

Choose a tag to compare

Subscribing to getSubscriptionConnectionObservable returns last known state #285

Version 3.0.0

08 Jan 08:26
3d14116

Choose a tag to compare

Replaced method for removing lines with a method for archiving.

Version 2.3.3

04 Jan 09:46
6fd21fb

Choose a tag to compare

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