mixpanel-browser 2.58.0 → 2.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ jobs:
12
12
 
13
13
  strategy:
14
14
  matrix:
15
- node-version: [16.x, 18.x, 20.x]
15
+ node-version: [20.x, 22.x]
16
16
 
17
17
  steps:
18
18
  - uses: actions/checkout@v4
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
+ **2.60.0** (31 Jan 2025)
2
+ - Expanded Autocapture configs
3
+ - Prevent duplicate values in persistence when using people.union (thanks @chrisdeely)
4
+
5
+ **2.59.0** (21 Jan 2025)
6
+ - Initial Autocapture support
7
+ - Block more crawlers (AmazonBot, more Yandex bots)
8
+
1
9
  **2.58.0** (16 Dec 2024)
2
10
  - Added canvas recording option
3
11
  - Session Replay checkpoint events now include a starting URL
4
12
 
5
13
  **2.57.1** (12 Dec 2024)
6
- - Asynchronous abstractions (primarily Promise support) introduced in internal refactor of batch/queue/retry system.
14
+ - Asynchronous abstractions (primarily Promise support) introduced in internal refactor of batch/queue/retry system
7
15
 
8
16
  **2.57.0** (Dec 2024)
9
17
  REDACTED
package/README.md CHANGED
@@ -78,4 +78,4 @@ Mixpanel production releases are tested against a large matrix of browsers and o
78
78
  - Publish to readme.io via the [rdme](https://www.npmjs.com/package/rdme) util: `RDME_API_KEY=<API_KEY> RDME_DOC_VERSION=<version> npm run dox-publish`
79
79
 
80
80
  ## Thanks
81
- For patches and support: @bohanyang, @dehau, @drubin, @D1plo1d, @feychenie, @mogstad, @pfhayes, @sandorfr, @stefansedich, @gfx, @pkaminski, @austince, @danielbaker, @mkdai, @wolever, @dpraul, @chriszamierowski, @JoaoGomesTW, @@aliyalcinkaya
81
+ For patches and support: @bohanyang, @dehau, @drubin, @D1plo1d, @feychenie, @mogstad, @pfhayes, @sandorfr, @stefansedich, @gfx, @pkaminski, @austince, @danielbaker, @mkdai, @wolever, @dpraul, @chriszamierowski, @JoaoGomesTW, @@aliyalcinkaya, @chrisdeely