Changelog for safe-json-1.0.0
Changelog for safe-json
0.2.0
- 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
0.1.0
- First release. Includes:
Data.Aeson.Safe
Data.SafeJSON
Data.SafeJSON.Instances
Data.SafeJSON.Internal
Data.SafeJSON.Test