flippant v1.0.0 Release Notes

Release Date: 2018-03-20 // about 5 years ago
  • โœจ 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.