Skip to content

Releases: mattjbray/ocaml-decoders

1.0.0

08 Aug 20:58
Compare
Choose a tag to compare

CHANGES:

  • Extract and expose Decoder.t, useful for "decoding" things outside of the JSON family (#40, @mattjbray).
  • Add Decoders.Xml.S to decoders, create decoders-ezxmlm, and add Decoders_bs_xml to bs-decoders (#49, @mattjbray).
  • BREAKING: namespace bs-decoders modules under Decoders. To upgrade,
    replace Decoders_bs with Decoders.Bs_json (#49, @mattjbray).
  • Add decoders-jsonaf (#50, @dvmitrv).

0.7.0

11 May 14:56
Compare
Choose a tag to compare

CHANGES:

bs-decoders

decoders-yojson

  • Move away from deprecated Yojson.json to Yojson.t (#37, @idkjs)

v0.6.0

12 Mar 14:15
Compare
Choose a tag to compare

CHANGES:

v0.5.0

28 Oct 15:58
Compare
Choose a tag to compare

CHANGES:

v0.4.0

06 May 16:27
Compare
Choose a tag to compare

CHANGES:

v0.3.0

06 Nov 12:19
Compare
Choose a tag to compare

CHANGES:

v0.2.0

24 Jun 10:16
1fd3710
Compare
Choose a tag to compare

CHANGES:

0.1.2

09 Jan 13:24
178fe18
Compare
Choose a tag to compare

CHANGES:

  • Upgrade from jbuilder to dune
  • Remove cppo build dependency (#4)

0.1.1

13 Dec 16:42
15fddbc
Compare
Choose a tag to compare

CHANGES:

  • Fix some non-tail-recursive stuff.
  • Add stringlit encoder and decoder for Decoders_yojson.Raw

0.1.0

27 Sep 15:28
7927b14
Compare
Choose a tag to compare

CHANGES:

Initial release.