v0.2.0
What's new in 0.2.0
Added
- Phoenix LiveView flag dashboard (
Bandera.Dashboard.RouterandBandera.Dashboard.FlagsLive): grouped flags with state summaries, live search filtering, row expand/collapse, boolean toggling, actor and group gate management, percentage set/clear, and clearing a whole flag. - Cross-node live refresh: the dashboard updates in real time when flags change on other nodes, via Phoenix.PubSub.
- Themeable dashboard UI that works standalone or with daisyUI, including a switch-style boolean toggle and assorted UX polish (
Bandera.Dashboard.Theme). - Name-prefix flag grouping with a runtime-configurable
:group_separator. - Dev-only local dashboard preview server (
dev/preview.exs).
Changed
- Use Elixir's built-in
JSONmodule instead ofjason; thejasondependency has been dropped. - Require Elixir
~> 1.18.
Full Changelog: v0.1.0...v0.2.0