MIT licensed by Tom Sydney Kerckhove
Maintained by [email protected]
This version can be pinned in stack with:autodocodec-yaml-0.4.0.0@sha256:3e2d0056d208460e608844c98c5f5ad2189d4e0bf170c402057d45412867af69,1189

Module documentation for 0.4.0.0

Changes

Changelog

[0.4.0.0] - 2024-08-03

Changed

  • Remove orphan ToYaml (Autodocodec a) instance, instead defining a AutodocodecYaml newtype and replacing the instance with a non-orphan ToYaml (AutodocodecYaml a) instance.

[0.3.0.1] - 2024-07-26

  • Support for autodocodec >=0.4 and autodocodec-schema >=0.2.

[0.3.0.0] - 2024-06-23

Added

  • jsonSchemaChunkLines

Changed

  • Show number bounds in a nicer way.

[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.