forked from snowplow/snowplow-nodejs-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (28 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Version 0.3.0 (2017-04-28)
--------------------------
Add npm credentials to .travis.yml (#36)
Bump request to 2.81.0 (#34)
Bump Core to 0.5.0 (#33)
Add agentOptions argument to emitter (#30)
Add latest Node.js versions to travis.yml (#32)
Update README markdown in according with CommonMark (#31)
Version 0.2.0 (2015-10-09)
--------------------------
Removed callback argument from tracker constructor (#19)
Added Coveralls code coverage button to README (#8)
Fixed links to wiki (#7)
Added Vagrant quickstart (#15)
Bumped Core version to 0.4.0 (#9)
Added POST support to tracker.js (#4)
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 emitter function (#5)
Fixed npm badge link (#3)
Added ability to specify collector port (#18)
Version 0.1.1 (2014-12-18)
--------------------------
Republished to npm as snowplow-tracker 0.1.1 (#10)
Version 0.1.0 (2014-08-08)
--------------------------
Initial release