Skip to content

Releases: SpacialCircumstances/Alve.Json

v0.3.0

20 Jan 08:05
Compare
Choose a tag to compare
  • Add new bindResult combinator for user-customized validation of decoded JSON
  • Add F# builtin-formatting for JSON errors

v0.2.0

01 Dec 16:26
Compare
Choose a tag to compare

New in this version:

  • BREAKING CHANGE: Mapping decoders take the mapping function as the first argument. This change was made to simplify currying and to be more compatible to the way other libraries do this.
  • Added tupleN decoders for combining n decoders into a n-tuple decoder

v0.1.0

09 Oct 16:42
Compare
Choose a tag to compare

First release