Skip to content

Commit

Permalink
Update JS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Mar 26, 2024
1 parent d28f8b6 commit 1b46893
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 24 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.10.1 (March 26, 2023)
- Updated @splitsoftware/splitio package to version 10.25.2 that includes vulnerability fixes and other improvements.

1.10.0 (December 18, 2023)
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
- Added a new optional `flagSets` property to the param object of the `getTreatments` action creator, to support evaluating flags in given flag set/s. Either `splitNames` or `flagSets` must be provided to the function. If both are provided, `splitNames` will be used.
Expand Down
60 changes: 37 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"homepage": "https://github.com/splitio/redux-client#readme",
"dependencies": {
"@splitsoftware/splitio": "10.24.1"
"@splitsoftware/splitio": "10.25.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit 1b46893

Please sign in to comment.