Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Snowplow Node.js Tracker v0.2.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 10 Oct 19:35
· 40 commits to master since this release

Changes the Tracker's architecture and adds the ability to send Snowplow events via either GET or POST.

New features

  • Added POST support to tracker.js (#4)
  • Added ability to specify collector port (#18)
  • Added emitter function (#5)

Under the hood

  • Bumped Core version to 0.4.0 (#9)
  • Removed callback argument from tracker constructor (#19)

Testing

  • Added integration tests for POST requests (#21)
  • Rewrote tests to use mocking object callbacks rather than nock.recorder (#20)
  • Renamed "tests" directory to "test", in line with mocha's expectations (#14)
  • Added Coveralls code coverage button to README (#8)

Documentation and build

  • Fixed links to wiki (#7)
  • Added Vagrant quickstart (#15)
  • Fixed npm badge link (#3)