Skip to content

Releases: ocaml-community/yojson

1.6.0

30 Jan 14:33
Compare
Choose a tag to compare

CHANGES:

2019-01-30

Deprecate

  • json types are deprecated in favor of their new t aliases, ahead of their removal in the next
    major release (#73, @Leonidas-from-XIV)

Add

1.5.0

27 Dec 16:01
Compare
Choose a tag to compare

CHANGES:

Changes

  • Use dune as a build system (#67, @Leonidas-from-XIV)
  • reraise exceptions in finish_string instead of silencing them by raising a Failure _
  • raise finalizer exceptions in from_channel and from_lexbuf readers

Fixes

  • Fix a race condition in builds (#57, @avsm)