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).