Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.43 KB

Changelog

Upcoming

  • ...

3.2.2

3.2.1

  • Doc fix

3.2.0

  • Added node for customized decoding. Thanks @marmutro!

3.1.0

  • Added with for CPS.
  • [Misc change] Upgraded benchmark.

3.0.0

  • Added oneOf, index.
  • Re-defined Error structure to fit OneOf. Also it is aligned with Json.Decode.Error now.
  • [Behavior change] Improved error messages. Now they have newlines with indented structure.

2.0.0

  • Decoder and ListDecoder are now opaque types.
  • fail now takes plain String, allowing easier failure construction.
  • Removed date and dateAttr since core Date module has been removed.
  • Removed (|:) since custom infix operators are no longer supported.
    • You may replace them with |> andMap ( ... ), or use Pipeline-style.
  • Collapse Xml.Decode.Extra and Xml.Decode.Pipeline into Xml.Decode.
  • [Behavior change] Elements with no children are now decoded into empty strings ("") when using string.

1.0.0

  • Initial release 🎉