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.S
todecoders
, createdecoders-ezxmlm
, and addDecoders_bs_xml
tobs-decoders
(#49, @mattjbray). - BREAKING: namespace
bs-decoders
modules underDecoders
. To upgrade,
replaceDecoders_bs
withDecoders.Bs_json
(#49, @mattjbray). - Add
decoders-jsonaf
(#50, @dvmitrv).
0.7.0
v0.6.0
CHANGES:
- Add
Decode.of_of_string
andEncode.of_to_string
(@mattjbray) - Add
Decode.array
with bs-specific impl (#28, #30, @actionshrimp)
v0.5.0
v0.4.0
CHANGES:
- Expose
null
decoder (#18, @mattjbray) - Rename
Encode.option
toEncode.nullable
(#19, @mattjbray) - Add
Decoders_jsonm
(#20, @mattjbray)
v0.3.0
CHANGES:
- Add
uncons
primitive (#7, @mattjbray) - Add
Decoders_sexplib
(#7, @mattjbray) - Add
Decoders_cbor
(#9, @mattjbray) - Add
Decoders_bencode
(#14, @c-cube) - Remove
containers
dependency (#16, @c-cube)
v0.2.0
CHANGES:
- Add
field_opt
decoder (#5, @actionshrimp) - Add
list_fold_left
decoder (#8, @ewenmaclean)