lib/CHANGELOG.md

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.1.0 - 2026-07-09

Added

  • This changelog
  • Module prefix is now passed through its meta attribute (c55943c5e8)
  • New functions lists.cartesian.product and lists.cartesian.map (2af4e9f1d5)
  • Documentation strings follow RFC 145 format and are shown by :doc in nix repl (#3)
  • Experimental module-level assertions (#8)

Fixed

  • README formatting fixes (#12)
  • Fixed usage of or as identifier, which is deprecated in Lix (#5)

1.0.1 - 2025-06-07

Fixed

  • Removed some unnecessary restrictions on type merging (#2)

1.0.0 - 2025-03-30

Initial release