Releases: mattjbray/ocaml-decoders
Releases · mattjbray/ocaml-decoders
1.0.0
CHANGES:
- Extract and expose
Decoder.t, useful for "decoding" things outside of the JSON family (#40, @mattjbray). - Add
Decoders.Xml.Stodecoders, createdecoders-ezxmlm, and addDecoders_bs_xmltobs-decoders(#49, @mattjbray). - BREAKING: namespace
bs-decodersmodules underDecoders. To upgrade,
replaceDecoders_bswithDecoders.Bs_json(#49, @mattjbray). - Add
decoders-jsonaf(#50, @dvmitrv).
0.7.0
v0.6.0
CHANGES:
- Add
Decode.of_of_stringandEncode.of_to_string(@mattjbray) - Add
Decode.arraywith bs-specific impl (#28, #30, @actionshrimp)
v0.5.0
v0.4.0
CHANGES:
- Expose
nulldecoder (#18, @mattjbray) - Rename
Encode.optiontoEncode.nullable(#19, @mattjbray) - Add
Decoders_jsonm(#20, @mattjbray)
v0.3.0
CHANGES:
- Add
unconsprimitive (#7, @mattjbray) - Add
Decoders_sexplib(#7, @mattjbray) - Add
Decoders_cbor(#9, @mattjbray) - Add
Decoders_bencode(#14, @c-cube) - Remove
containersdependency (#16, @c-cube)
v0.2.0
CHANGES:
- Add
field_optdecoder (#5, @actionshrimp) - Add
list_fold_leftdecoder (#8, @ewenmaclean)