safe-json v1.0.0 Release Notes

Release Date: 2019-08-07 // over 4 years ago
    • โœ‚ 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.