flippant v0.3.0 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ✨ Enhancements

    • [Flippant] Add breakdown/0 for complete details
    • [Flippant] Rename reset/0 to clear/0, and add clear/1 variants that can clear either :features or :groups.
    • [Flippant.Adapter] Explicitly sort feature keys
    • [Flippant.Adapter.Redis] Only load the adpater if redix is available
    • ⚡️ [Flippant.Adapter.Memory] Optimize the adapter for read conncurency

    🐛 Bug Fixes

    • [Flippant.Adapter] Safely generate a breakdown without any rules
    • [Flippant.Adatper.Redis] Use custom pipeline that is aware of empty lists