-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES.txt
More file actions
21 lines (15 loc) · 868 Bytes
/
CHANGES.txt
File metadata and controls
21 lines (15 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1.2.1 (May 21, 2025)
- Updated some transitive dependencies for vulnerability fixes.
1.2.0 (December 20, 2024)
- Updated @vercel/edge-config peer dependency to extend support to version 1.0.0 or later of the Edge Config client (Related to issue https://github.com/splitio/vercel-integration-utils/issues/20)
1.1.1 (July 26, 2024)
- Updated some transitive dependencies for vulnerability fixes.
1.1.0 (July 26, 2024)
- Added the `getItems` method to the EdgeConfigWrapper to support evaluations using flag sets, as provided by the Javascript Browser SDK version 0.13.0 or later.
1.0.1 (July 12, 2023)
- Updated README file.
1.0.0 (June 29, 2023)
- BREAKING CHANGE: the configuration parameter `edgeConfigKey` was renamed to `edgeConfigItemKey`.
- Updated wrapper to support parsed feature flag definitions.
0.1.0 (June 22, 2023)
- Initial public release.