waargonaut v0.4.0.0 Release Notes

Release Date: 2018-11-19 // over 5 years ago
    • Redesign & rebuild of Encoder internals to allow for greater control and flexibility
    • โœ… Factor our law tests into their own module (a recheck of these tests is needed)
    • ๐Ÿ›  Fixed bug in list and nonempty decoders
    • ๐Ÿ›  Fixed bug in foldCursor function
    • ๐Ÿ›  Fixed bug in Cons instance for CommaSep
    • ๐Ÿ›  Fixed bug in documentation for atKey
    • โž• Added _MapLikeObj Prism
    • โž• Added some optics into object / maplikeobj keys
    • ๐Ÿ›  Fixed bug in maybeOrNull decoder to be more strict in what it accepts
    • ๐Ÿ‘ Rewrote either decoder in terms of the alternative instance to allow for better errors