All Versions
4
Latest Version
Avg Release Cycle
126 days
Latest Release
-
Changelog History
Changelog History
-
v1.1.1 Changes
- ๐ Fix clash in
test/Instances.hs
ofOrd
instance forData.Aeson.Value
[#23]
- ๐ Fix clash in
-
v1.1.0 Changes
December 26, 2019- โก๏ธ update for GHC 8.8.1 [#15]
- loosened dependency restriction on
time
- fixed instance for IntMap
- loosened dependency restriction on
- โ
DRY-er
TestMigrate
andTestReverseMigrate
type synonyms [#17] Thanks to @blinkytoy - ๐ fixed documentation [#17] Thanks to @blinkytoy
- broken links to modules
setVersion
's documentation only showing half
- โก๏ธ update for GHC 8.8.1 [#15]
-
v1.0.0 Changes
August 07, 2019- โ Removed
FromJSON
/ToJSON
dependecy onSafeJSON
- Default implementation of
safeFrom
andsafeTo
unchanged, still requireFromJSON
andToJSON
- Default implementation of
- โ Added unsafe
setVersion
andremoveVersion
functions. - โ Integrated
Data.SafeJSON.Instances
intoData.SafeJSON.Internal
- ๐ Some documentation cleanup/fixes
- โ Added convenience functions for defining
safeFrom
andsafeTo
- e.g.
containWithObject
,(.:$)
,(.=$)
, etc.
- e.g.
- โ Removed
-
v0.1.0 Changes
April 19, 2019- ๐ First release. Includes:
Data.Aeson.Safe
Data.SafeJSON
Data.SafeJSON.Instances
Data.SafeJSON.Internal
Data.SafeJSON.Test
- ๐ First release. Includes: