A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/flippercloud/flipper

https://github.com/flippercloud/flipper - 1.3.6

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.5...v1.3.6

- Ruby
Published by jnunemaker 7 months ago

https://github.com/flippercloud/flipper - v1.3.5

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.4...v1.3.5

- Ruby
Published by jnunemaker 8 months ago

https://github.com/flippercloud/flipper - v1.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.3...v1.3.4

- Ruby
Published by jnunemaker 11 months ago

https://github.com/flippercloud/flipper - v1.3.3

What's Changed

cloud only

flipper dev related only

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.2...v1.3.3

- Ruby
Published by jnunemaker about 1 year ago

https://github.com/flippercloud/flipper - v1.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.1...v1.3.2

- Ruby
Published by jnunemaker over 1 year ago

https://github.com/flippercloud/flipper - v1.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/flippercloud/flipper/compare/v1.3.0...v1.3.1

- Ruby
Published by jnunemaker over 1 year ago

https://github.com/flippercloud/flipper - 1.3.0

Read more about Flipper 1.3.0 on The Friday Deploy

What's Changed

New Contributors

Sponsors

A big thanks to @PagerTree and @kdaigle for being monthly sponsors.
If your company uses Flipper, and Flipper Cloud is not a good fit, consider becoming a sponsor to invest in the software your business depends on and to help us make Flipper sustainable.

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

- Ruby
Published by bkeepers almost 2 years ago

https://github.com/flippercloud/flipper - 1.2.2

What's Changed

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - v1.2.1

What's Changed

New Contributors

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - 1.2.0

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - 1.1.2

Bug Fixes

Additions/Changes

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - 1.1.1

Bug Fixes

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - 1.1.0

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

- Ruby
Published by bkeepers about 2 years ago

https://github.com/flippercloud/flipper - 1.0.0 - One Point Oh!

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.

- Ruby
Published by bkeepers over 2 years ago