Skip to content

Releases: e-ucm/js-tracker

0.9.2

13 Jun 16:29
Compare
Choose a tag to compare
Updated Flush to notify all the callbacks when reflush

Release 0.9.0 - The jQuery Breakup

13 Jun 13:15
27fa85f
Compare
Choose a tag to compare

Replaced jQuery with Request.

Release 0.8.0 - LoginBeaconing Update

11 Mar 19:55
Compare
Choose a tag to compare

Added capability to login using a https://core.beaconing.eu/auth/auth accessToken.

Release 0.7.0 - The Offline-Mode Update

22 Jan 17:17
54ac4f6
Compare
Choose a tag to compare

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

02 Jun 16:33
Compare
Choose a tag to compare

Plugin system and Geolocated plugin.

Release 0.5.0

21 Apr 19:21
Compare
Choose a tag to compare

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.