We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a120581 commit c1327feCopy full SHA for c1327fe
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## v1.2.3 - tbd
11
12
+### Added
13
+
14
+- cds-plugin: added explicit implementation for `FeatureService`.
15
16
### Fixed
17
18
- cds-plugin: allow feature toggles to initialize with no configured toggles.
src/service/feature-service.cds
@@ -1,5 +1,6 @@
1
@protocol: 'rest'
2
3
+@impl: '@cap-js-community/feature-toggle-library/src/service/feature-service.js'
4
service FeatureService {
5
@(requires: ['system-user'])
6
function state() returns {};
0 commit comments