posthog-js-lite 3.6.0 → 4.1.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,16 @@
1
1
  # Next
2
2
 
3
+ # 4.1.0 - 2025-06-12
4
+
5
+ 1. chore: use `/flags?v=2&config=true` instead of `/decide?v=4` for the flag evaluation backend
6
+
7
+ # 4.0.0 - 2025-06-10
8
+
9
+ ## Removed
10
+
11
+ 1. Remove `captureMode` in favor of `json` capture mode only
12
+ 2. Remove deprecated `personProperties` and `groupProperties` in favor of `setPersonPropertiesForFlags` and `setGroupPropertiesForFlags`
13
+
3
14
  # 3.6.0 – 2025-06-05
4
15
 
5
16
  ## Added