MIT licensed by Tom Sydney Kerckhove
Maintained by [email protected]
This version can be pinned in stack with:autodocodec-yaml-0.2.0.3@sha256:39f84cc54fbcaca771a03592fa4b310ac999372fd6efa96da231b1bb24ed00fa,1216

Module documentation for 0.2.0.3

Changes

Changelog

[0.2.0.3] - 2023-01-01

Changed

Use the ToYaml instance instead of the ToJSON instance when encoding to Yaml. This preserves the key order where ToJSON wouldn’t.

[0.2.0.2] - 2022-07-21

Added

  • Support for the discriminatedUnionCodec for discriminated unions in autodocodec-0.2.0.0

[0.2.0.1] - 2022-04-28

Changed

  • Changed renderPlainSchemaVia, renderPlainSchemaViaCodec, renderColouredSchemaVia and renderColouredSchemaViaCodec to output Text instead of ByteString.

[0.1.0.1] - 2022-04-26

Added

  • Compatibility with aeson >= 2.0.0.0

[0.1.0.0] - 2021-12-23

Changed

  • Support for autodocodec-schema >=0.1.0.0 with comments for anyOf and oneOf.
  • Added special support for ‘or null’.

[0.0.0.0] - 2021-11-19

First release.