- Remove compile-time call to
Application.ensure_started
that was causing noisy warning during compilation. pull/2
- Require
fun_with_flags 1.0.0
. - Add support for clearing boolean gates and display when a boolan gate is missing.
- Add support for the percentage gates:
percentage_of_time
andpercentage_of_actors
.
- Update
fun_with_flags
to0.10
, which allows binary group names. - Stop converting submitted group names to atoms.
- Updated dependencies.
- Visiting the details page for a non-exising flag will now render a 404 page, rather than displaying the details page with the flag disabled.
- Fixed an issue where atoms where being dynamically created when requesting the details page for non existing flags.
- Updated
fun_with_flags
dependency.
- Added interface to cleanly run standalone.
- Fixed some configuration issues.
- Added tests and documentation.
The library can now be mounted into a host application, for example a Phoenix app or another Plug app.
Unstable release. The core functionality is working and it can run standalone.