package ppx_deriving_yaml
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=f71cb8de3682a4aa3f3a7e6c4d3b7c7f4332b728e3d4937642e14c7285984c16
sha512=1a7a09f48ba4c1d6397b4a772c6c3a7a2adb35ef3c5eb9371bf9fde4f59cc204478efebd7f2a679193dcc3e433e50c0da248a646c3273648a4646323c92918a1
CHANGES.md.html
v0.2.2 (05/01/2024) Cambridge
Embed errors in the AST (#51, @patricoferris and special thanks to @panglesd for the detailed issue in #48)
v0.2.1 (04/12/2022) Cambridge
Support types with recursive definitions (#46, @patricoferris)
Fix
skip_unknown
flag when unknown fields are not last in the record (#43, @code-ghalib)
v0.2.0 (14/10/2022)
Add custom
to_yaml
andof_yaml
attributes (#38, @patricoferris)Add
skip_unknown
flag to allow partially decoding yaml (#40, @code-ghalib)Hide record fields with default values in to_yaml output (#37, @maurobringolf, reviewed by @sim642 and @patricoferris)
Expose
to_yaml
andof_yaml
derivers withyaml
being an alias (#36, @patricoferris)Improved error messages (#32, @prosper74, reviewed by @patricoferris)
Add a default attribute for providing placeholder values (#31, @prosper74, reviewed by @ayc9, @pitag-ha and @patricoferris)
v0.1.1 (28/02/2022)
Remove rresult dependency (#27, @patricoferris)
v0.1.0
Initial public release