-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SDK version was updated * Add support for setting JSON Feature Object in GBContext builder (#76) * Add support for setting JSON Feature Object in GBContext builder# This is a combination of 5 commits. revert some changes * Remove access restrictions * remove setter * fix constructor * Add the second constructor * Make convertStringToJsonObject as a public util method * Change visibility of transformFeatures() method * The second constructor was dropped as it was leading to rewriting all tests * Method convertStringToJsonObject() was renamed to transformEncryptedFeatures() * Fix docs to constructor --------- Co-authored-by: Bohdan Akimenko <bohdan.akimenko@kevychsolutions.com> * Update logic in evalCondition, add new test case (#80) Co-authored-by: Bohdan Akimenko <bohdan.akimenko@kevychsolutions.com> --------- Co-authored-by: Bohdan Akimenko <bohdan.akimenko@kevychsolutions.com> Co-authored-by: Gaurav Rana <gauravrana38@gmail.com>
- Loading branch information
1 parent
5cf1744
commit 331c2a2
Showing
6 changed files
with
156 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters