flippant v1.0.0 Release Notes
Release Date: 2018-03-20 // about 5 years ago-
โจ Enhancements
- [Flippant] - Add
dump/1
andload/1
functions for backups and portability.
๐ Changes
- [Flippant.Adapter.Postgres] - Replace Poison with Jason for JSON encoding.
- [Flippant.Serializer] - Rename
dump
/load
toencode!
/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
anddisable/3
to prevent duplicate values and operate atomically without a transaction. - ๐ง [Flippant] - Configure dialyzer and correct failing specifications.
- [Flippant] - Add