Skip to content

Snowplow JavaScript Tracker v2.5.3

Compare
Choose a tag to compare
@fblundun fblundun released this 10 Nov 13:14
· 791 commits to master since this release

This release fixes two bugs and updates the build process to be compatible with Node.js 4.1.2.

Bugfixes

  • Made extraction of DOM element classes compatible with IE9 (#418)
  • Stopped dereferencing undefined nodes when setting up form tracking (#423)

Under the hood

  • Bumped Intern version to 3.0.6 (#370)
  • Bumped version of temporary to 0.0.8 (#425)
  • Bumped grunt-yui-compressor to 0.4.0 (#424)
  • Bumped grunt-browserify to 3.28.1 (#427)
  • Fixed jstimezonedetect version at 1.0.5 (#429)
  • Removed Browserify from devDependencies (#428)

Testing and deployment

  • Bumped Node version to 4.1.2 in .travis.yml (#420)
  • Bumped Intern version to 3.0.6 (#370)