flippant v2.0.0 Release Notes

Release Date: 2019-11-04 // over 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • Convert to supervisor (#42)
    • ๐Ÿšš Move towards a ruleset module instead of a registry (#41)
    • โšก๏ธ Update build matrix and bump dependencies + fix warnings, typespecs and brittle tests

Previous changes from v1.0.0

  • โœจ Enhancements

    • [Flippant] - Add dump/1 and load/1 functions for backups and portability.

    ๐Ÿ”„ Changes

    • [Flippant.Adapter.Postgres] - Replace Poison with Jason for JSON encoding.
    • [Flippant.Serializer] - Rename dump/load to encode!/decode!. This is partially to indicate that they will not return success tuples, but moreover to prevent confusion with the new export functions.

    ๐Ÿ› Bug Fixes

    • [Flippant] - Modify enable/3 and disable/3 to prevent duplicate values and operate atomically without a transaction.
    • ๐Ÿ”ง [Flippant] - Configure dialyzer and correct failing specifications.