Jnunemaker Flipper Versions Save

🐬 Beautiful, performant feature flags for Ruby.

v1.2.2

2 months ago

What's Changed

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.2.1...v1.2.2

v1.2.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.2.0...v1.2.1

v1.2.0

3 months ago

Read more about the Flipper 1.2.0 release on The Friday Deploy

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.1.2...v1.2.0

v1.1.2

4 months ago

Bug Fixes

Additions/Changes

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.1.1...v1.1.2

v1.1.1

4 months ago

Bug Fixes

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.1.0...v1.1.1

v1.1.0

4 months ago

Flipper 1.1.0 - a "minor" update with a bunch of improvements and a couple fun surprises!

Read more about the Flipper 1.1.0 release on The Friday Deploy

Additions/Changes

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.0.0...v1.1.0

v1.0.0

8 months ago

This release is more than just a version number. Read more about this release and the future of Flipper.

Additions/Changes

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new

Become a Sponsor

If your company uses Flipper and wants to help us make it better, consider becoming a sponsor.