Releases: e-ucm/js-tracker
Releases · e-ucm/js-tracker
v2.0.0-beta
Full Changelog: v1.1.2...v2.0.0-beta
1.1.2 Release
What's Changed
- Update README.md URL params by @Zarifa-nabil in #25
New Contributors
- @Zarifa-nabil made their first contribution in #25
Full Changelog: v1.1.1...v1.1.2
1.1.1 Release
1.1.0 Release
1.0.0 Release
Merge pull request #18 from e-ucm/scorm v1.0.0 of 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.