Skip to content

Commit c1327fe

Browse files
committed
add explicit implementation for FeatureService
1 parent a120581 commit c1327fe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## v1.2.3 - tbd
1111

12+
### Added
13+
14+
- cds-plugin: added explicit implementation for `FeatureService`.
15+
1216
### Fixed
1317

1418
- cds-plugin: allow feature toggles to initialize with no configured toggles.

src/service/feature-service.cds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@protocol: 'rest'
22

3+
@impl: '@cap-js-community/feature-toggle-library/src/service/feature-service.js'
34
service FeatureService {
45
@(requires: ['system-user'])
56
function state() returns {};

0 commit comments

Comments
 (0)