posthog-js 1.55.2 → 1.57.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.
- package/CHANGELOG.md +9 -0
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +1 -1
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +6 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/lib/package.json +2 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 1.57.0 - 2023-05-15
|
|
2
|
+
|
|
3
|
+
- feat: Added OS version to the OS details (#624)
|
|
4
|
+
- fix: Don't delete existing flags on decide errors (#621)
|
|
5
|
+
|
|
6
|
+
## 1.56.0 - 2023-05-09
|
|
7
|
+
|
|
8
|
+
- feat: Allow custom masking of network events (#620)
|
|
9
|
+
|
|
1
10
|
## 1.55.2 - 2023-05-09
|
|
2
11
|
|
|
3
12
|
- feat: Added idle timer to recordings (#626)
|