Skip to content

Commit

Permalink
v3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
vody committed May 20, 2023
1 parent dcb771c commit f207926
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions DOCS/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
:::
## [Unreleased]
## Unreleased
### Fixed
<!---for any bug fixes--->
-
Expand All @@ -25,4 +25,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
### Security
<!---in case of vulnerabilities--->
-
-
## 3.0.0.0 - `2023-05-20`
### Added
- `ConditionProvider_FF_TSL` enables per environment conditional feature definition using `AddFeature`, `AddCondition` and `AddFeatureCondition` methods
- `PostHogProvider_FF_TSL` enables feature definition using [PostHog Feature Flags](https://posthog.com/feature-flags) service
- Only users with `Feature Mgt. - Admin` PermissionSet will be allowed to modify features enabled by a condition provider
- `IProvider_FF_TSL` interface defined to abstract provider implementation
- `IProvider_FF_TSL` interface now includes tracking of feature events: Learn More, Is Enabled, Is Disabled
### Changed
- Changes incompatible with a previous version
### Removed
- Ability to add features manually using `Features` page
2 changes: 1 addition & 1 deletion EXAMPLE/src/Notification.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ codeunit 50102 "Notification"
{
var
FeatureMgt: Codeunit FeatureMgt_FF_TSL;
FeedbackNotificationFeatureIDLbl: Label 'CO-ANNCMNT', Locked = true;
FeedbackNotificationFeatureIDLbl: Label 'SMPANNCMNT', Locked = true;
FeedbackNotificationIDLbl: Label '7424d5ac-2f44-41eb-9ad3-22f050e933d8', Locked = true;

local procedure SendFeedbackNotification()
Expand Down

0 comments on commit f207926

Please sign in to comment.