Releases: codeniko/simple-tracker
Releases · codeniko/simple-tracker
v1.2.3
v1.2.1
v1.2.0
v1.1.1
v1.1.0
Minor changes:
logEvent
now supports additional params as second argument. Signature:logEvent(event, additionalParams)
- client context object is now exposed allowing you to add more values or overwrite it entirely. See readme
Other changes:
- remove bower as it's no longer relevant
v1.0.1
v1.0.0
Breaking changes
- Hide unneeded properties and functions that were exposed through tracker object directly. Those removed include:
sessionId
,setSession()
,sendCaughtExceptions
,attachClientContext
,devMode
,endpoint
,track()
, If you were usingtracker.track()
, use.push()
instead.
Other changes
- If using module, you now only have to pass window object
- decrease size from 3.15KB to 2.55KB minified (not gzipped though)
- only log to console in
devMode
- 100% code coverage