@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## v1.0.0 - 2023-11-27
9+
10+ We are releasing 1.0, after 2 years of continuous usage, testing, and small improvements.
11+
12+ ### Removed
13+
14+ - restrict to node v18+
15+
16+ ### Added
17+
18+ - act as
19+ [ Feature Vector Provider] ( https://cap.cloud.sap/docs/guides/extensibility/feature-toggles#feature-vector-providers )
20+ when used as a CDS-plugin.
21+
822## v0.7.2 - 2023-10-18
923
1024### Added
@@ -15,14 +29,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1529
1630### Changed
1731
18- - implement new cds -plugin API, where plugins export a promise instead of an activate property and stay compatible for
32+ - implement new CDS -plugin API, where plugins export a promise instead of an activate property and stay compatible for
1933 older cds versions.
2034
2135## v0.7.1 - 2023-09-13
2236
2337### Fixed
2438
25- - cds -plugin integration now works for projects that run ` cds build --production ` and only use the resulting
39+ - CDS -plugin integration now works for projects that run ` cds build --production ` and only use the resulting
2640 ` csn.json ` at runtime.
2741
2842## v0.7.0 - 2023-09-08
@@ -32,7 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3246- new harmonized validation configuration for scope and regex checks, as well as external validation with user
3347 provided modules.
3448
35- - new (optional) [ cds -plugin] ( https://cap.cloud.sap/docs/node.js/cds-plugins ) integration. for details, see the new
49+ - new (optional) [ CDS -plugin] ( https://cap.cloud.sap/docs/node.js/cds-plugins ) integration. for details, see the new
3650 [ plugin and service] ( https://cap-js-community.github.io/feature-toggle-library/service/ ) documentation.
3751
3852- new logger implementation which replaces
0 commit comments