Releases: e-ucm/js-tracker
Releases · e-ucm/js-tracker
0.9.2
Release 0.9.0 - The jQuery Breakup
Replaced jQuery with Request.
- Now you can use tracker from node.
- NPM package available as: https://www.npmjs.com/package/xapi-tracker
Release 0.8.0 - LoginBeaconing Update
Added capability to login using a https://core.beaconing.eu/auth/auth accessToken.
Release 0.7.0 - The Offline-Mode Update
Updated tracker with:
- Offline-mode capabilities, Increasing stability with unstable connection.
- More Scores: Now you can trace up to 4 parameters with the score including: Raw, Min, Max and Scaled. You can use it with the method setScore(raw, min, max, scaled), or you can use setScoreRaw(raw), setScoreScaled(scaled), etc.
Release 0.6.0 - Plugin Update
Plugin system and Geolocated plugin.
Release 0.5.0
First Version of JavaScript Tracker.
Please, be aware:
- Exceptions and full error controll hasnt been implemented yet.
- Flushing must be done manually, you can maybe create a callback loop.