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

Module documentation for 0.3.0.0

Changes

Changelog

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