posthog-js-lite 2.1.0 → 2.2.1

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,8 +1,17 @@
1
+ # 2.2.1 - 2023-02-13
2
+
3
+ 1. Fixes an issue where background network errors would trigger unhandled promise warnings
4
+
5
+ # 2.2.0 - 2023-02-02
6
+
7
+ 1. Adds support for overriding timestamp of capture events
8
+
1
9
  # 2.1.0 - 2022-1-26
2
10
 
3
- 1. uses v3 decide endpoint
11
+ 1. uses v3 decide endpoint
4
12
  2. JSON payloads will be returned with feature flags
5
13
  3. Feature flags will gracefully fail and optimistically save evaluated flags if server is down
14
+
6
15
  # 2.0.1 - 2023-01-25
7
16
 
8
17
  - Ensures the distinctId used in `.groupIdentify` is the same as the currently identified user