- New decoding API. See the
Db.Decodemodule.
- Include error message from server in Error values
- Remove test dependencies from main package dependencies
- Upgrade to Gren 0.6
This release is an overhaul of the Decode module:
DecoderandFieldDecoderare merged into a single type.mapNfunctions renamed togetNsince they have a different API than what's typical for map functions.mapadded and works like a normal map function.- added
succeed,fail, andandThen
- Add
Db.errorToString
- Documentation fixes
- Initial release