UNPKG

2.74 kBMarkdownView Raw
1# History
2
3## 0.4.19
4
5- Updated request package
6
7## 0.4.18
8
9- Fixed package-lock.json bug
10
11## 0.4.17
12
13- Default to `https` instead of `http` when submitting data to Google Analytics
14- Switched from custom debugger to [debug](https://www.npmjs.com/package/debug) module
15
16Deprecated:
17- `.debug()` is now deprecated in favor of setting the DEBUG environment variable: `DEBUG=universal-analytics`
18
19## 0.4.16
20
21- Removed async, underscore dependencies
22
23## 0.4.15 / 2017-08-10
24
25- Fixed dependencies
26
27## 0.4.14 / 2017-08-07
28
29- Updated AcceptableParams.md
30- Updated .travis.yml to test Node.js up to 8
31- Updated package.json to be more specific about Sinon
32
33## 0.4.13 / 2017-03-29
34
35- Added `screenview` method
36- Updated Readme
37
38## 0.4.12 / 2017-03-16
39
40- Fix `pageview` key mappings
41
42## 0.4.11 / 2017-03-14
43
44- Updated UA#event to translate parameters before merging with persisted params
45- Added parameter translation to all other tracking calls
46
47## 0.4.10 / 2017-03-06
48
49- Added content groups as acceptable params
50
51## 0.4.9 / 2017-02-17
52
53- Readme update
54
55## 0.4.8 / 2016-11-23
56
57- Added support for providing request options
58
59## 0.4.7 / 2016-11-23
60
61- Updated uuid module to 3.0.0
62
63## 0.4.5 / 2016-09-14
64
65- Fixed bug caused by different should.js version
66
67## 0.4.4 / 2016-09-14
68
69- Fixed bug in #set() method
70
71## 0.4.3 / 2016-09-14
72
73- Added #set() method for persistent parameters
74
75## 0.4.2 / 2016-07-22
76
77- Added batch requests
78
79## 0.3.11 / 2016-03-16
80
81- Added requestOptions to allow custom modifications for the request call
82
83## 0.3.10 / 2015-12-18
84
85- Fixed typo in the error handler for events
86- Translate event parameters before validation
87
88## 0.3.9 / 2015-07-20
89
90- Added possibility of overwrite the hostname of google analytics to HTTPS
91
92## 0.3.7 / 2015-05-18
93
94- Include data as application/x-www-form-urlencoded - allows 8kb of data instead of the 2kb from query string
95- Fixes #25: Accepting Enhanced Ecommerce params (and newly added MP params) without warnings
96- Accept document location instead of page path
97
98## 0.3.5 / 2014-10-22
99
100- Added parameter translation
101
102## 0.3.4 / 2014-02-28
103
104- Return number of requests sent to GA for send() callback
105
106## 0.3.2 / 2014-01-09
107
108- Fixed Travis build
109
110## 0.3.1 / 2014-01-06
111
112- Added option to disable strict CID enforcement
113
114## 0.3 / 2013-09-09
115
116- Added .middleware() and.createFromSession() methods for better session-based identification
117- Allow custom http headers to be POSTed to UA
118
119## 0.2.2 / 2013-04-16
120
121- Updated repository URL
122
123## 0.2.1 / 2013-04-08
124
125- Fixed bug that caused (params, fn) signature of #exception and #timing to not work
126- Updated documentation
127
128## 0.2 / 2013-03-26
129
130- Added Timing and Exceptions
131- Fixed some invalid space characters
132
133## 0.1 / 2013-02-11
134
135- Initial version