MIT licensed by Tom Sydney Kerckhove
Maintained by [email protected]
This version can be pinned in stack with:autodocodec-nix-0.1.0.2@sha256:0382933a1755cc71f2d4ee5df73b3f44222a8c4bfdcd57887f396cd90446c018,1102

Module documentation for 0.1.0.2

Changes

Changelog

[0.1.0.2] - 2026-07-14

Changed

  • Lower bound on autodocodec >=0.6

[0.1.0.1] - 2026-04-25

Changed

  • Attribute keys that are not valid Nix identifiers are now quoted in rendered expressions.

[0.1.0.0] - 2025-02-13

Added

  • The Autodocodec.Nix.Render module for rendering values as Nix expressions.

Changed

  • Moved the options code into Autodocodec.Nix.Options.
  • Moved the expressions code into Autodocodec.Nix.Expression.

[0.0.1.5] - 2024-11-04

Changed

  • More accurate support for EitherCodec in ObjectCodecs. Options’ types in an object are now or-ed.

[0.0.1.4] - 2024-08-22

Changed

  • More accurate support for EitherCodec in ObjectCodecs.

[0.0.1.3] - 2024-08-22

Changed

  • Made required object codecs produce a required type.

[0.0.1.2] - 2024-08-21

Changed

  • Fixed the nix type that corresponds to null.
  • Fixed that some nix types were not being simplified enough.

[0.0.1.1] - 2024-08-20

Changed

  • Fixed the nix type that corresponds to Word.

[0.0.1.0] - 2024-07-31

Changed

  • More precise types for EqCodec codecs like enums.

[0.0.0.0] - 2024-07-19

Initial version