Skip to content

Releases: ahrefs/atd

2.1.0

04 Dec 06:51
Compare
Choose a tag to compare

CHANGES:

  • Fix bug preventing generated code from compiling when using
    json adapters on recursive types.

  • Improve automatic error messages shown in case of failed validation.
    Now include the validator's name or code.

  • Add support for json adapters in the bucklescript backend. (#153)

2.0.0

03 Jun 07:08
Compare
Choose a tag to compare

2.0.0 (2018-05-31)

  • Add support for json adapters in OCaml (<json adapter.ocaml=...>)

  • Add support for json enums with a catch-all case (<json open_enum>)

  • Remove <json tag_field=...> and <json untyped>