UNPKG

1.97 kBMarkdownView Raw
1# History
2
3## 0.4.11 / 2017-03-14
4
5- Updated UA#event to translate parameters before merging with persisted params
6- Added parameter translation to all other tracking calls
7
8## 0.4.10 / 2017-03-06
9
10- Added content groups as acceptable params
11
12## 0.4.9 / 2017-02-17
13
14- Readme update
15
16## 0.4.8 / 2016-11-23
17
18- Added support for providing request options
19
20## 0.4.7 / 2016-11-23
21
22- Updated uuid module to 3.0.0
23
24## 0.4.5 / 2016-09-14
25
26- Fixed bug caused by different should.js version
27
28## 0.4.4 / 2016-09-14
29
30- Fixed bug in #set() method
31
32## 0.4.3 / 2016-09-14
33
34- Added #set() method for persistent parameters
35
36## 0.4.2 / 2016-07-22
37
38- Added batch requests
39
40## 0.3.11 / 2016-03-16
41
42- Added requestOptions to allow custom modifications for the request call
43
44## 0.3.10 / 2015-12-18
45
46- Fixed typo in the error handler for events
47- Translate event parameters before validation
48
49## 0.3.9 / 2015-07-20
50
51- Added possibility of overwrite the hostname of google analytics to HTTPS
52
53## 0.3.7 / 2015-05-18
54
55- Include data as application/x-www-form-urlencoded - allows 8kb of data instead of the 2kb from query string
56- Fixes #25: Accepting Enhanced Ecommerce params (and newly added MP params) without warnings
57- Accept document location instead of page path
58
59## 0.3.5 / 2014-10-22
60
61- Added parameter translation
62
63## 0.3.4 / 2014-02-28
64
65- Return number of requests sent to GA for send() callback
66
67## 0.3.2 / 2014-01-09
68
69- Fixed Travis build
70
71## 0.3.1 / 2014-01-06
72
73- Added option to disable strict CID enforcement
74
75## 0.3 / 2013-09-09
76
77- Added .middleware() and.createFromSession() methods for better session-based identification
78- Allow custom http headers to be POSTed to UA
79
80## 0.2.2 / 2013-04-16
81
82- Updated repository URL
83
84## 0.2.1 / 2013-04-08
85
86- Fixed bug that caused (params, fn) signature of #exception and #timing to not work
87- Updated documentation
88
89## 0.2 / 2013-03-26
90
91- Added Timing and Exceptions
92- Fixed some invalid space characters
93
94## 0.1 / 2013-02-11
95
96- Initial version