forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
146 lines (146 loc) · 4.19 KB
/
Copy pathCHANGELOG.json
File metadata and controls
146 lines (146 loc) · 4.19 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@snowplow/browser-tracker-core",
"entries": [
{
"version": "3.1.0",
"tag": "@snowplow/browser-tracker-core_v3.1.0",
"date": "Fri, 14 May 2021 10:45:32 GMT",
"comments": {
"none": [
{
"comment": "Clear in memory identifiers in clearUserData() (#968)"
},
{
"comment": "Allow stateStorageStrategy to be changed on enableAnonymousTracking (#969)"
}
]
}
},
{
"version": "3.0.3",
"tag": "@snowplow/browser-tracker-core_v3.0.3",
"date": "Wed, 21 Apr 2021 12:35:06 GMT",
"comments": {
"none": [
{
"comment": "Fix race condition when using Form and Link Click tracking (#962)"
}
]
}
},
{
"version": "3.0.2",
"tag": "@snowplow/browser-tracker-core_v3.0.2",
"date": "Thu, 15 Apr 2021 21:07:39 GMT",
"comments": {
"none": [
{
"comment": "Remove compatMode check in activity tracking page offsets (#958)"
}
]
}
},
{
"version": "3.0.1",
"tag": "@snowplow/browser-tracker-core_v3.0.1",
"date": "Wed, 14 Apr 2021 16:30:05 GMT",
"comments": {
"none": [
{
"comment": "Mark packages as sideEffect: false (#951)"
},
{
"comment": "Add unit tests to plugin track* functions (#954)"
}
]
}
},
{
"version": "3.0.0",
"tag": "@snowplow/browser-tracker-core_v3.0.0",
"date": "Wed, 31 Mar 2021 14:46:47 GMT",
"comments": {
"none": [
{
"comment": "Allow plugins to be dynamically loaded when using tracker (#918)"
},
{
"comment": "Add debug mode (#381)"
},
{
"comment": "Remove forceSecureTracker and forceUnsecureTracker properties (#913)"
},
{
"comment": "Bump uuid to 3.4.0 (close #915)"
},
{
"comment": "Bump rollup to 2.41 (#916)"
},
{
"comment": "Remove module level references to window and document (close #928)"
},
{
"comment": "Ensure browser-tracker API methods catch exceptions (#919)"
},
{
"comment": "Introduce TSDoc comments and extract interfaces where appropriate (#906)"
},
{
"comment": "Bump major version to v3 and update READMEs (#904)"
},
{
"comment": "Improve Core API for module bundlers which support treeshaking (#903)"
},
{
"comment": "Rename @snowplow/browser-core to @snowplow/browser-tracker-core (#901)"
},
{
"comment": "Publish lite version of sp.js (#900)"
},
{
"comment": "Ensure correct 3-Clause BSD License notices are being used (#316)"
},
{
"comment": "Improve API for module bundlers which support treeshaking (#899)"
},
{
"comment": "Bump rush to 5.39 (#895)"
},
{
"comment": "Port to TypeScript (#72)"
},
{
"comment": "Make sp.js build process modular (#450)"
},
{
"comment": "Create @snowplow/browser-tracker package for npm distribution (#541)"
},
{
"comment": "Split auto contexts into plugins (#880)"
},
{
"comment": "Add rush to manage monorepo (#883)"
},
{
"comment": "Add ES Module builds (#882)"
},
{
"comment": "Cleanup deprecated methods (#557)"
},
{
"comment": "Update publishing process for rush (#907)"
},
{
"comment": "Change white and black lists to allow and deny lists (#908)"
},
{
"comment": "Create rush change files for major version 3 release (#909)"
},
{
"comment": "Improve event flushing options and remove pageUnloadTimer (#719)"
}
]
}
}
]
}