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