|
1 |
| -Version 1.0.0 (2014-03-27) |
| 1 | +Version 1.0.0 (2014-03-XX) |
2 | 2 | --------------------------
|
3 | 3 | Added extra meta-data to package.json (#83)
|
4 | 4 | Moved part of banner.js into Gruntfile with grunt-concat's banner option so its values are based on package.json (#82)
|
@@ -34,4 +34,143 @@ Version 0.14.0 (2014-02-12)
|
34 | 34 | Bumped version to 0.14.0
|
35 | 35 | Removed all DEBUG blocks from codebase (#65)
|
36 | 36 | Renamed requestStringBuilder to payloadBuilder and moved it into its own file, payload.js (#55)
|
37 |
| -Introduced gzipped sp.js library ( |
| 37 | +Introduced gzipped sp.js library (#48) |
| 38 | +Updated grunt and intern dependencies (#54) |
| 39 | +Replaced snowpak.sh with Grunt and grunt-yui-compressor (#53) |
| 40 | +Added setUserIdFromReferrer and setUserIdFromLocation (#57) |
| 41 | +Added ability to pass a referrer to Snowplow from an IFRAME (#1) |
| 42 | +Tested setDoNotTrack and renamed it to respectDoNotTrack (#28) |
| 43 | +Moved detect...() functions into new file context.js (#37) |
| 44 | +Moved cookie-related functionality into new file cookie.js (#77) |
| 45 | +Removed getLegacyCookieName as no longer needed for migrating cookie IDs (#50) |
| 46 | +Switched deployment to use Grunt (#58) |
| 47 | +Added setUserIdFromCookie (#78) |
| 48 | + |
| 49 | +Version 0.13.1 (2014-01-28) |
| 50 | +--------------------------- |
| 51 | +Fixed bug where non-String values are not being added to our payload (#71) |
| 52 | + |
| 53 | +Version 0.13.0 (2014-01-26) |
| 54 | +--------------------------- |
| 55 | +Added fully retrospective CHANGELOG (#20) |
| 56 | +Added setPlatform support, thanks @rcs! (#25) |
| 57 | +Added currency field to ecommerce transactions (#34) |
| 58 | +Added custom unstructured contexts (#49) |
| 59 | +Added base64decode to Tracker (#36) |
| 60 | +Added null check to requestStringBuilder() (#40) |
| 61 | +Added array helpers (#41) |
| 62 | +Fixed (harmless) bug in base64.js (#35) |
| 63 | +Update .gitignore to be node-friendly .gitignore (#52) |
| 64 | +Switched to Semantic versioning & only put MAJOR version in hosted path to snowplow.js (#47) |
| 65 | +Added package.json (#38) |
| 66 | +Added retrospective tags back in (#22) |
| 67 | +Restructured folders (#21) |
| 68 | + |
| 69 | +Version 0.12.0 (2013-07-07) |
| 70 | +--------------------------- |
| 71 | +Fixed document reference to use documentAlias (#247) |
| 72 | +Fixed bug with setCustomUrl (#267) |
| 73 | +Changed ev_ to se_ for structured events (#197) |
| 74 | +Fixed Firefox failure when "Always ask" set for cookies (#163) |
| 75 | +Fixed bug in page ping functionality detected in IE 8 (#260) |
| 76 | +Replaced forEach as not supported in IE 6-8 (#295) |
| 77 | + |
| 78 | +Version 0.11.2 (2013-05-14) |
| 79 | +--------------------------- |
| 80 | +Added unstructured events, thanks @rgabo, @tarsolya, @lackac (#198) |
| 81 | +Remove leading ampersand in querystring (#188) |
| 82 | + |
| 83 | +Version 0.11.1 (2013-02-25) |
| 84 | +--------------------------- |
| 85 | +Fixed bug with cookie secure flag killing user ID cookies (#181) |
| 86 | + |
| 87 | +Version 0.11.0 (2013-02-22) |
| 88 | +--------------------------- |
| 89 | +Introduced setAppId() and deprecated setSiteId() (#168) |
| 90 | +1st party user ID now transmitted as duid (domain uid) (part of #150) |
| 91 | +Now sends dtm - the client timestamp (#149) |
| 92 | +Deprecated and disabled attachUserId() |
| 93 | +Deprecated getVisitorId() and getVisitorInfo() - use getDomainUserId() and getDomainUserInfo() instead |
| 94 | +Added setUserId which sets the uid field (#167) |
| 95 | +Snowplow cookies no longer tied to site ID (#148) |
| 96 | + |
| 97 | +Version 0.10.0 (2013-02-15) |
| 98 | +--------------------------- |
| 99 | +Updated copyright notices |
| 100 | +Removed deprecated setAccount(), setTracker(), setHeartBeatTimer() - BREAKING CHANGE (#86) |
| 101 | +Added document charset to querystring (#138) |
| 102 | +Page ping no longer killed by 1 heartbeat w/o activity (#132) |
| 103 | +Added document & viewport dimensions (#94) |
| 104 | +Introduced trackStructEvent and deprecated trackEvent (#143) |
| 105 | +Cleaned up getRequest code to use improved requestStringBuilder |
| 106 | +Fixed logImpression (was using wrong argument names) (#162) |
| 107 | +Added scroll offsets to page ping (#127) |
| 108 | + |
| 109 | +Version 0.9.1 (2013-01-29) |
| 110 | +-------------------------- |
| 111 | +Fixed bug where secure flag not being set on cookies sent via HTTPS |
| 112 | + |
| 113 | +Version 0.9.0 (2012-12-26) |
| 114 | +-------------------------- |
| 115 | +Each event now sent with an event type `e` (#63) |
| 116 | +Refactoring of event definition code |
| 117 | +Added attachUserId(boolean) method (#92) |
| 118 | +Removed configCustomData from logImpression (#115) |
| 119 | +Cleaned up activity tracking (page pings) |
| 120 | +Added a combine only option to snowpak.sh |
| 121 | + |
| 122 | +Version 0.8.2 (2012-12-18) |
| 123 | +-------------------------- |
| 124 | +Fixed regressions from splitting JS into multiple files (#103) |
| 125 | + |
| 126 | +Version 0.8.1 (2012-11-29) |
| 127 | +-------------------------- |
| 128 | +Fixed bug with trailing comma (#102) |
| 129 | +Removed console.log when not debugging (#101) |
| 130 | +Removed minified sp.js from version control (added .gitignore to keep it out) |
| 131 | + |
| 132 | +Version 0.8.0 (2012-11-28) |
| 133 | +-------------------------- |
| 134 | +Rename ice.png to i - BREAKING CHANGE (#29) |
| 135 | +Added setCollectorCf() and deprecated setAccount() (#32) |
| 136 | +Tracker constructor now supports Cf or Url (part of #44) |
| 137 | +getTrackerCf() and -Url() added, getTracker() deprecated (part of #44) |
| 138 | +Added tracker version (`tv`) to querystring (#41) |
| 139 | +Added color depth tracking (part of #69) |
| 140 | +Added timezone tracking (part of #69) |
| 141 | +Added user fingerprinting (#70) |
| 142 | +Broke out .js into multiple files (#55) |
| 143 | + |
| 144 | +Version 0.7.0 (2012-10-01) |
| 145 | +-------------------------- |
| 146 | +Renamed said to aid for application ID |
| 147 | + |
| 148 | +Version 0.6 (2012-09-05) |
| 149 | +------------------------ |
| 150 | +Added setSiteId functionality |
| 151 | +Added ecommerce tracking |
| 152 | + |
| 153 | +Version 0.5 (2012-08-18) |
| 154 | +-------------------------- |
| 155 | +Changed header comments from Doxygen format to JsDoc |
| 156 | +Added support for specifying collectorUrl directly |
| 157 | +Added versioning into header comment (so survives minification) |
| 158 | +Took f_ off res and cookie; added url onto end, renamed rdm to tid |
| 159 | + |
| 160 | +Version 0.4 (2012-05-30) |
| 161 | +------------------------ |
| 162 | +Improved names of querystring params |
| 163 | +Added page-url to querystring as fallback |
| 164 | + |
| 165 | +Version 0.3 (2012-05-18) |
| 166 | +------------------------ |
| 167 | +Updated to prepend f_ to browser features |
| 168 | +Revised the querystring name-value pairs to make them more user-friendly |
| 169 | + |
| 170 | +Version 0.2 (2012-05-08) |
| 171 | +------------------------ |
| 172 | +Formalised minification process |
| 173 | + |
| 174 | +Version 0.1 (2012-03-21) |
| 175 | +------------------------ |
| 176 | +Initial release |
0 commit comments