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
611 lines (611 loc) · 16.8 KB
/
Copy pathCHANGELOG.json
File metadata and controls
611 lines (611 loc) · 16.8 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
{
"name": "@snowplow/browser-tracker-core",
"entries": [
{
"version": "3.24.2",
"tag": "@snowplow/browser-tracker-core_v3.24.2",
"date": "Wed, 24 Jul 2024 08:59:00 GMT",
"comments": {
"none": [
{
"comment": "Fix tracking a page view with a custom title sets the title for future page views as well (#1332)"
}
]
}
},
{
"version": "3.24.1",
"tag": "@snowplow/browser-tracker-core_v3.24.1",
"date": "Tue, 02 Jul 2024 07:08:17 GMT",
"comments": {
"none": [
{
"comment": "Fix ResizeObserver initialization if document.body does not exist yet (#1311)"
}
]
}
},
{
"version": "3.24.0",
"tag": "@snowplow/browser-tracker-core_v3.24.0",
"date": "Tue, 25 Jun 2024 08:31:05 GMT",
"comments": {
"none": [
{
"comment": "Add an option to generate the page view ID according to changes in the page URL to account for events tracked before page views in SPAs (#1307 and #1125)"
},
{
"comment": "Fix custom document title override using setDocumentTitle (#1317)"
}
]
}
},
{
"version": "3.23.1",
"tag": "@snowplow/browser-tracker-core_v3.23.1",
"date": "Tue, 04 Jun 2024 13:34:45 GMT",
"comments": {}
},
{
"version": "3.23.0",
"tag": "@snowplow/browser-tracker-core_v3.23.0",
"date": "Thu, 28 Mar 2024 11:28:45 GMT",
"comments": {
"none": [
{
"comment": "Cache browser properties and use the ResizeObserver to update when changed (#1295) thanks to @rvetere"
}
]
}
},
{
"version": "3.22.1",
"tag": "@snowplow/browser-tracker-core_v3.22.1",
"date": "Wed, 13 Mar 2024 08:39:48 GMT",
"comments": {}
},
{
"version": "3.22.0",
"tag": "@snowplow/browser-tracker-core_v3.22.0",
"date": "Fri, 08 Mar 2024 08:13:04 GMT",
"comments": {
"none": [
{
"comment": "Update method signatures for BrowserTracker"
}
]
}
},
{
"version": "3.21.0",
"tag": "@snowplow/browser-tracker-core_v3.21.0",
"date": "Mon, 29 Jan 2024 08:34:06 GMT",
"comments": {
"none": [
{
"comment": "Consistently access navigator via window.navigator"
}
]
}
},
{
"version": "3.20.0",
"tag": "@snowplow/browser-tracker-core_v3.20.0",
"date": "Mon, 15 Jan 2024 14:41:16 GMT",
"comments": {
"none": [
{
"comment": "Allow for extended cross domain linking information using the useExtendedCrossDomainLinker option"
}
]
}
},
{
"version": "3.19.0",
"tag": "@snowplow/browser-tracker-core_v3.19.0",
"date": "Thu, 14 Dec 2023 10:45:23 GMT",
"comments": {
"none": [
{
"comment": "Do not set the previous session ID reference in cookies if anonymous tracking is enabled (#1268)"
},
{
"comment": "Fix config for callbacks"
}
]
}
},
{
"version": "3.18.0",
"tag": "@snowplow/browser-tracker-core_v3.18.0",
"date": "Mon, 04 Dec 2023 13:44:02 GMT",
"comments": {
"none": [
{
"comment": "Add onRequestSuccess and onRequestFailure callbacks"
}
]
}
},
{
"version": "3.17.0",
"tag": "@snowplow/browser-tracker-core_v3.17.0",
"date": "Tue, 14 Nov 2023 17:58:26 GMT",
"comments": {
"none": [
{
"comment": "Consider status codes <200"
},
{
"comment": "Bump browser_context schema to 2-0-0"
}
]
}
},
{
"version": "3.16.0",
"tag": "@snowplow/browser-tracker-core_v3.16.0",
"date": "Mon, 16 Oct 2023 14:58:08 GMT",
"comments": {}
},
{
"version": "3.15.0",
"tag": "@snowplow/browser-tracker-core_v3.15.0",
"date": "Mon, 28 Aug 2023 14:25:14 GMT",
"comments": {
"none": [
{
"comment": "Add idService option"
}
]
}
},
{
"version": "3.14.0",
"tag": "@snowplow/browser-tracker-core_v3.14.0",
"date": "Thu, 10 Aug 2023 13:56:44 GMT",
"comments": {
"none": [
{
"comment": "Allow disabling activity tracking actions with disableActivityTracking and disableActivityTrackingCallback APIs"
}
]
}
},
{
"version": "3.13.1",
"tag": "@snowplow/browser-tracker-core_v3.13.1",
"date": "Thu, 29 Jun 2023 14:20:06 GMT",
"comments": {
"none": [
{
"comment": "Allow events to be tracked on the onSessionUpdate callback"
}
]
}
},
{
"version": "3.13.0",
"tag": "@snowplow/browser-tracker-core_v3.13.0",
"date": "Tue, 20 Jun 2023 07:44:23 GMT",
"comments": {}
},
{
"version": "3.12.1",
"tag": "@snowplow/browser-tracker-core_v3.12.1",
"date": "Thu, 15 Jun 2023 10:05:37 GMT",
"comments": {}
},
{
"version": "3.12.0",
"tag": "@snowplow/browser-tracker-core_v3.12.0",
"date": "Mon, 05 Jun 2023 11:51:22 GMT",
"comments": {}
},
{
"version": "3.11.0",
"tag": "@snowplow/browser-tracker-core_v3.11.0",
"date": "Wed, 24 May 2023 15:56:17 GMT",
"comments": {
"none": [
{
"comment": "Add onSessionUpdate callback configuration option"
},
{
"comment": "Round dimension type values on payload"
}
]
}
},
{
"version": "3.10.1",
"tag": "@snowplow/browser-tracker-core_v3.10.1",
"date": "Fri, 12 May 2023 06:59:31 GMT",
"comments": {}
},
{
"version": "3.10.0",
"tag": "@snowplow/browser-tracker-core_v3.10.0",
"date": "Thu, 11 May 2023 08:29:15 GMT",
"comments": {}
},
{
"version": "3.9.0",
"tag": "@snowplow/browser-tracker-core_v3.9.0",
"date": "Thu, 30 Mar 2023 13:46:56 GMT",
"comments": {
"none": [
{
"comment": "Add touchmove and touchstart events on page ping calculation"
},
{
"comment": "Add client_session context entity if anonymous tracking with session tracking is enabled (#1124)"
},
{
"comment": "Fix root domain algorithm initial attempt"
},
{
"comment": "Fix generating domain user ID when clearing user data with anonymous tracking (#1164)"
},
{
"comment": "Add browser context and ability to generate tab identifier."
}
]
}
},
{
"version": "3.8.0",
"tag": "@snowplow/browser-tracker-core_v3.8.0",
"date": "Tue, 03 Jan 2023 15:36:33 GMT",
"comments": {}
},
{
"version": "3.7.0",
"tag": "@snowplow/browser-tracker-core_v3.7.0",
"date": "Mon, 31 Oct 2022 06:26:28 GMT",
"comments": {}
},
{
"version": "3.6.0",
"tag": "@snowplow/browser-tracker-core_v3.6.0",
"date": "Thu, 15 Sep 2022 07:55:20 GMT",
"comments": {
"none": [
{
"comment": "Fix newTracker built-in context typing"
},
{
"comment": "Added BuiltInContexts type"
},
{
"comment": "Correct initial session_index value and after clearUserData (closes #1106 #1107)"
}
]
}
},
{
"version": "3.5.0",
"tag": "@snowplow/browser-tracker-core_v3.5.0",
"date": "Fri, 10 Jun 2022 18:57:46 GMT",
"comments": {
"none": [
{
"comment": "Add client session context entity (#1077)"
},
{
"comment": "Add a customizable set of failure HTTP status codes for which collector requests should not be retried (#1079)"
}
]
}
},
{
"version": "3.4.0",
"tag": "@snowplow/browser-tracker-core_v3.4.0",
"date": "Thu, 07 Apr 2022 11:56:26 GMT",
"comments": {
"none": [
{
"comment": "Bump dependencies (#1067)"
},
{
"comment": "Add configurable max GET request size in bytes attribute (#449)"
}
]
}
},
{
"version": "3.3.1",
"tag": "@snowplow/browser-tracker-core_v3.3.1",
"date": "Wed, 23 Feb 2022 19:27:40 GMT",
"comments": {}
},
{
"version": "3.3.0",
"tag": "@snowplow/browser-tracker-core_v3.3.0",
"date": "Mon, 31 Jan 2022 15:58:10 GMT",
"comments": {}
},
{
"version": "3.2.3",
"tag": "@snowplow/browser-tracker-core_v3.2.3",
"date": "Tue, 18 Jan 2022 16:23:52 GMT",
"comments": {
"none": [
{
"comment": "Bump Copyright to 2022 (#1040)"
}
]
}
},
{
"version": "3.2.2",
"tag": "@snowplow/browser-tracker-core_v3.2.2",
"date": "Fri, 14 Jan 2022 10:17:59 GMT",
"comments": {}
},
{
"version": "3.2.1",
"tag": "@snowplow/browser-tracker-core_v3.2.1",
"date": "Wed, 12 Jan 2022 09:50:29 GMT",
"comments": {}
},
{
"version": "3.2.0",
"tag": "@snowplow/browser-tracker-core_v3.2.0",
"date": "Tue, 11 Jan 2022 12:53:22 GMT",
"comments": {
"none": [
{
"comment": "Add support for custom headers (#1010)"
},
{
"comment": "Allow alternative Access-Control-Allow-Credentials values (#808)"
},
{
"comment": "Ensure Browser Data is added to Payload before plugin beforeTrack fires (#1025)"
}
]
}
},
{
"version": "3.1.6",
"tag": "@snowplow/browser-tracker-core_v3.1.6",
"date": "Tue, 19 Oct 2021 09:17:22 GMT",
"comments": {
"none": [
{
"comment": "Fix failing build on ARM Macs (#1012)"
}
]
}
},
{
"version": "3.1.5",
"tag": "@snowplow/browser-tracker-core_v3.1.5",
"date": "Fri, 01 Oct 2021 08:09:21 GMT",
"comments": {
"none": [
{
"comment": "Fix removeGlobalContexts not removing expected context (#1006)"
}
]
}
},
{
"version": "3.1.4",
"tag": "@snowplow/browser-tracker-core_v3.1.4",
"date": "Tue, 21 Sep 2021 14:59:36 GMT",
"comments": {
"none": [
{
"comment": "Fix linkDecorationHandler targeting (#1002)"
}
]
}
},
{
"version": "3.1.3",
"tag": "@snowplow/browser-tracker-core_v3.1.3",
"date": "Mon, 23 Aug 2021 10:13:18 GMT",
"comments": {
"none": [
{
"comment": "Add missing setter to detectPassiveEvents (#995)"
}
]
}
},
{
"version": "3.1.2",
"tag": "@snowplow/browser-tracker-core_v3.1.2",
"date": "Mon, 16 Aug 2021 12:59:59 GMT",
"comments": {
"none": [
{
"comment": "Fix undefined argument regression in setUserId and setOptOutCookie (#991)"
},
{
"comment": "Update READMEs with correct Node requirements (#994)"
}
]
}
},
{
"version": "3.1.1",
"tag": "@snowplow/browser-tracker-core_v3.1.1",
"date": "Wed, 04 Aug 2021 10:12:25 GMT",
"comments": {
"none": [
{
"comment": "Automate api-extractor on release (#972)"
},
{
"comment": "Allow tracker to load in fully sandboxes iframes (#981)"
},
{
"comment": "Allow options: false when calling enableAnonymousTracking (#977)"
},
{
"comment": "Prevent the Activity Tracking timer being enabled twice with duplicate enableActivityTracking calls (#975)"
},
{
"comment": "Bump tslib to 2.3.0 (#986)"
},
{
"comment": "Prevent the Activity Tracking timer being enabled twice with duplicate enableActivityTracking calls (#975)"
},
{
"comment": "Protect against invalid domain_sessionid values being used by the tracker (#978)"
},
{
"comment": "Bump typescript to 4.3.5 (#987)"
},
{
"comment": "Switch from @wessberg/rollup-plugin-ts to rollup-plugin-ts (#988)"
}
]
}
},
{
"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)"
}
]
}
}
]
}