This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
CHANGELOG
70 lines (62 loc) · 2.26 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Version 0.4.4 (2020-10-20)
--------------------------
Bump snowplow-tracker-core to 0.9.4 (#74)
Update coveralls github action with improved parallel build support (#76)
Bump object-path from 0.11.4 to 0.11.5 (#73)
Version 0.4.3 (2020-10-10)
--------------------------
Bump snowplow-tracker-core to 0.9.3 (#70)
Update Snyk to monitor project `snowplow-nodejs-tracker` (#69)
Version 0.4.2 (2020-09-28)
--------------------------
Bump got to 11.7.0 (#67)
Bump tsconfig target to match got (#66)
Version 0.4.1 (2020-09-18)
--------------------------
Bump snowplow-tracker-core to 0.9.2
Version 0.4.0 (2020-09-04)
--------------------------
Switch from 'request' to 'got' (#61)
Remove Vagrant image (#56)
Add Snyk support (#60)
Switch to GitHub Actions (#54)
Add setNetworkUserId method (#23)
Add setDomainUserId method (#24)
Add support for dvce_sent_tstamp (#27)
Bump snowplow-tracker-core to 0.9.1 (#58)
Switch out Mocha for Ava (#59)
Add Typescript support (#13)
Bump NodeJS to support active LTS releases (#55)
Switch to RollupJS for building ES Module and CJS versions (#57)
Update project dependencies (#49)
Update flush to not send a request if the buffer is empty (#53)
Add Snowplow Maintenance Badge (#47)
Add CONTRIBUTING.md (#46)
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