posthog-js-lite 3.5.1 → 4.0.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Next
2
2
 
3
+ # 4.0.0 - 2025-06-10
4
+
5
+ ## Removed
6
+
7
+ 1. Remove `captureMode` in favor of `json` capture mode only
8
+ 2. Remove deprecated `personProperties` and `groupProperties` in favor of `setPersonPropertiesForFlags` and `setGroupPropertiesForFlags`
9
+
10
+ # 3.6.0 – 2025-06-05
11
+
12
+ ## Added
13
+
14
+ 1. chore: improve event prop types
15
+ 2. rotate session id if expired after 24 hours
16
+
3
17
  # 3.5.1 – 2025-05-06
4
18
 
5
19
  ## Fixed