|
| 1 | +## Unreleased |
| 2 | + |
| 3 | +* Add opt out setting to disable logging for a user. |
| 4 | + |
| 5 | +## 2.0.4 (March 2, 2015) |
| 6 | + |
| 7 | +* Add option to gather UTM parameters and send them as event properties |
| 8 | +* Add support for detecting new sessions |
| 9 | + |
| 10 | +## 2.0.3 (January 22, 2015) |
| 11 | + |
| 12 | +* Add language detection |
| 13 | + |
| 14 | +## 2.0.2 (January 2, 2015) |
| 15 | + |
| 16 | +* Fix detect.js for AMD compatibility |
| 17 | + |
| 18 | +## 2.0.1 (December 19, 2014) |
| 19 | + |
| 20 | +* Fix bug where session ids weren't stored when a session timed out |
| 21 | +* Add setDeviceId method |
| 22 | + |
| 23 | +## 2.0.0 (November 7, 2014) |
| 24 | + |
| 25 | +* Fix iPad detection in user agent |
| 26 | +* Calls to setUserProperties now merge new properties instead of replacing |
| 27 | +* Fix bugs in cookies. Add reverse compatibility |
| 28 | +* Incorporate browser/device detection |
| 29 | + |
| 30 | +## 1.3.0 (September 11, 2014) |
| 31 | + |
| 32 | +* Fix null/undefined error when missing config |
| 33 | +* Add session tracking |
| 34 | +* Add overrideable device id |
| 35 | +* Fix error where events were not getting removed from local storage |
| 36 | +* UTF-8 encode strings before MD5 hashing |
| 37 | + |
| 38 | +## 1.2.0 (June 11, 2014) |
| 39 | + |
| 40 | +* Update to version 2 of data collection API. |
| 41 | +* Send client upload time and checksum |
| 42 | +* Rename setGlobalUserProperties to setUserProperties |
| 43 | + |
| 44 | +## 1.1.0 (April 17, 2014) |
| 45 | + |
| 46 | +* Added ability to specifiy domain with cookies using setDomain method |
| 47 | +* Fixed Base64 encode method if window doesn't have bota method |
| 48 | +* Added try/catch around all public methods |
| 49 | +* Added Internet Explorer compatibility for JSON, toString.call and Ajax request |
| 50 | +* Add saveEvents configuration option |
| 51 | +* Use native Base64 encoding when available |
| 52 | +* Remove LZW/Base64 encoding from saving to localStorage to reduce latency |
| 53 | +* Save user id and global user properties to cookie |
| 54 | +* Save global user properties, change sdk url to https |
| 55 | + |
| 56 | +## 1.0.0 (January 14, 2013) |
| 57 | + |
| 58 | +* Initial release |
| 59 | +* Add setVersionName function |
| 60 | +* Default global properties to empty array |
0 commit comments