Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 401 Bytes

CHANGES.md

File metadata and controls

16 lines (11 loc) · 401 Bytes

0.0.3

  • make the default format compatible with the deriving ppxes

0.0.2

  • add support for nativeint, bytes, ref, unit
  • add ~variant_as_array for compatibility with ppx_deriving_yojson
  • support variant payloads
  • support polymorphic variants inheritance
  • fix encoding of tuples
  • change encoding of variants from enum to anyOf

0.0.1

  • Initial alpha with basic features + @name @key @ref