Skip to content

Releases: giftig/flippy

Release 0.2.0

18 Oct 21:48
Compare
Choose a tag to compare
Admin: refactor JSON init into createCondition

And make sure the widget being replaced is always passed into it. This
means widgets which create subwidgets will also initialise raw widgets
with the correct JSON

Release 0.1.3

18 Sep 22:32
Compare
Choose a tag to compare
There are a couple of pretty critical performance fixes, so doing an
incremental release to fix them.

Improved serialisation and admin functionality

08 Sep 21:56
Compare
Choose a tag to compare
Release 0.1.2

There have been a fair few useful changes since 0.1.1, enough so to
warrant a new release. Remaining documentation and admin enhancements
won't involve code changes anyway.

First release, redis backend only

30 May 20:32
Compare
Choose a tag to compare
Pre-release

First proper release of Flippy. Supports a redis backend only, but comes complete with everything you need to get switches working: a basic set of supported conditions, a redis backend, an HTTP API for administrating and checking switch states, and a web frontend to make administration even easier.

This hasn't yet been tested in a production environment but it's been thoroughly unit tested and tested via its management interface and with curl.