File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/nest" : " 0.1.5 -experimental" ,
2
+ "packages/nest" : " 0.2.0 -experimental" ,
3
3
"packages/react" : " 0.4.0" ,
4
4
"packages/client" : " 1.1.0" ,
5
5
"packages/server" : " 1.14.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0-experimental] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.5-experimental...nestjs-sdk-v0.2.0-experimental ) (2024-05-19)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * rename FeatureClient decorator to OpenFeatureClient ([ #949 ] ( https://github.com/open-feature/js-sdk/issues/949 ) )
9
+
10
+ ### ✨ New Features
11
+
12
+ * rename FeatureClient decorator to OpenFeatureClient ([ #949 ] ( https://github.com/open-feature/js-sdk/issues/949 ) ) ([ a531238] ( https://github.com/open-feature/js-sdk/commit/a531238124510e6aa150ff619972f8880346507b ) )
13
+
3
14
## [ 0.1.5-experimental] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.4-experimental...nestjs-sdk-v0.1.5-experimental ) (2024-05-13)
4
15
5
16
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.1.5 -experimental " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.5 -experimental&color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.0 -experimental " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0 -experimental&color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/nestjs-sdk" ,
3
- "version" : " 0.1.5 -experimental" ,
3
+ "version" : " 0.2.0 -experimental" ,
4
4
"description" : " OpenFeature Nest.js SDK" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments