-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added alternative function IsFeatureEnabled for when the Feature has already been retrieved. * Handle case when retrieved or provided feature is nil. * Added better message to notify user of hidden logic on nil case. * Added tests and check to make sure nil dereference dosen't happen. * Revert "Added tests and check to make sure nil dereference dosen't happen." This reverts commit 0af2da1. * Revert "Added better message to notify user of hidden logic on nil case." This reverts commit d153db2. * Revert "Handle case when retrieved or provided feature is nil." This reverts commit 52bc8b0. * Revert "Added alternative function IsFeatureEnabled for when the Feature has already been retrieved." This reverts commit 436b302. * Using suggestion from @jrbarron swapped to using variadic arguments. * Re-add import that was removed. * Resolve unit tests issues * Updated readme to add feature resolver documentation.
- Loading branch information
1 parent
056d526
commit 459ff5b
Showing
4 changed files
with
225 additions
and
7 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