@launchdarkly/cloudflare-server-sdk 2.2.0 → 2.2.2

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
@@ -2,6 +2,30 @@
2
2
 
3
3
  All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
4
4
 
5
+ ## [2.2.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.1...cloudflare-server-sdk-v2.2.2) (2023-10-16)
6
+
7
+ ### Bug Fixes
8
+ * Export missed Migration types.
9
+
10
+ ### Dependencies
11
+
12
+ * The following workspace dependencies were updated
13
+ * devDependencies
14
+ * @launchdarkly/js-server-sdk-common-edge bumped from 2.0.0 to 2.0.1
15
+
16
+ ## [2.2.1](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.0...cloudflare-server-sdk-v2.2.1) (2023-10-16)
17
+
18
+ ### Features:
19
+ - A new `Migration` type which provides an out-of-the-box configurable migration framework.
20
+ - For more advanced use cases, added new `migrationVariation` and `trackMigration` methods on LdClient.
21
+ - Added typed variation method `boolVariation`, `stringVariation`, `boolVariation`, `numVariation`, and `jsonVariation` for type-safe usage in TypeScript.
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * devDependencies
27
+ * @launchdarkly/js-server-sdk-common-edge bumped from 1.0.13 to 2.0.0
28
+
5
29
  ## [2.2.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.1.4...cloudflare-server-sdk-v2.2.0) (2023-09-21)
6
30
 
7
31