Skip to content

Commit 491e8b5

Browse files
authored
Merge pull request #52 from splitio/development
Release 2.0.1
2 parents 8dc4fd7 + 4bbe7b9 commit 491e8b5

File tree

5 files changed

+38
-35
lines changed

5 files changed

+38
-35
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
2.0.1 (Mar 11, 2024)
2+
- Updated some transitive dependencies for vulnerability fixes.
3+
14
2.0.0 (Dec 18, 2023)
5+
- BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself.
26
- Updated @splitsoftware/splitio-browserjs package to version 0.13.0
3-
- Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself.
47
- 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):
58
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
69
- getTreatmentsByFlagSet and getTreatmentsByFlagSets

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
Copyright © 2023 Split Software, Inc.
3+
Copyright © 2024 Split Software, Inc.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"scripts": {
66
"ng": "ng",
@@ -53,7 +53,7 @@
5353
"@angular-eslint/eslint-plugin-template": "15.2.1",
5454
"@angular-eslint/schematics": "15.2.1",
5555
"@angular-eslint/template-parser": "15.2.1",
56-
"@splitsoftware/splitio-browserjs": "0.13.0",
56+
"@splitsoftware/splitio-browserjs": "0.13.1",
5757
"@types/jest": "^29.0.0",
5858
"@typescript-eslint/eslint-plugin": "^5.43.0",
5959
"@typescript-eslint/parser": "^5.43.0",

projects/splitio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-angular",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Split Angular utilities to simplify Split SDK browser client usage",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"bugs": "https://github.com/splitio/angular-sdk-plugin/issues",
2222
"homepage": "https://github.com/splitio/angular-sdk-plugin#readme",
2323
"dependencies": {
24-
"@splitsoftware/splitio-browserjs": "0.13.0"
24+
"@splitsoftware/splitio-browserjs": "0.13.1"
2525
},
2626
"peerDependencies": {
2727
"@angular/core": ">=15.2.1",

0 commit comments

Comments
 (0)