Changelog for kdl-hs-0.2.1
v0.2.1
- Add
KDL.Applicative - Re-export
Control.ArrowandControl.CategoryfromKDL.Arrow, for convenience
v0.2.0
- Remove monad
Decodernewtype, just give theMonadinstance to the canonicalDecodertype and use the sameDecodertype everywhere - Reorganize module structure
- Schema improvements
- Rename
Decoder=>DecodeArrow, setDecoder o aas alias forDecodeArrow o () a - Use v2 syntax for
#true/#false/#null
v0.1.0
Initial release, with:
- Support for decoding v1 KDL syntax (and a subset of v2 KDL syntax)
- Decoding via Arrows or Monads
- Statically determine decoder schema