All Versions
4
Latest Version
Avg Release Cycle
126 days
Latest Release
-

Changelog History

  • v1.1.1 Changes

    • ๐Ÿ›  Fix clash in test/Instances.hs of Ord instance for Data.Aeson.Value [#23]
  • v1.1.0 Changes

    December 26, 2019
    • โšก๏ธ update for GHC 8.8.1 [#15]
      • loosened dependency restriction on time
      • fixed instance for IntMap
    • โœ… DRY-er TestMigrate and TestReverseMigrate type synonyms [#17] Thanks to @blinkytoy
    • ๐Ÿ›  fixed documentation [#17] Thanks to @blinkytoy
      • broken links to modules
      • setVersion's documentation only showing half
  • v1.0.0 Changes

    August 07, 2019
    • โœ‚ Removed FromJSON/ToJSON dependecy on SafeJSON
      • Default implementation of safeFrom and safeTo unchanged, still require FromJSON and ToJSON
    • โž• Added unsafe setVersion and removeVersion functions.
    • โ†” Integrated Data.SafeJSON.Instances into Data.SafeJSON.Internal
    • ๐Ÿ“š Some documentation cleanup/fixes
    • โž• Added convenience functions for defining safeFrom and safeTo
      • e.g. containWithObject, (.:$), (.=$), etc.
  • v0.1.0 Changes

    April 19, 2019
    • ๐Ÿš€ First release. Includes:
      • Data.Aeson.Safe
      • Data.SafeJSON
      • Data.SafeJSON.Instances
      • Data.SafeJSON.Internal
      • Data.SafeJSON.Test