Skip to content

Commit 17f7097

Browse files
committed
update changelog
1 parent 5bf6a17 commit 17f7097

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

Comments
 (0)