Changelog of @hackage/generic-diff 0.1.0.0

Changelog

All notable changes to generic-diff will be documented in this file.

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

Unreleased

0.1.0.0 - 30.05.2025

Added

  • First version. Released on an unsuspecting world.
  • Let users extend the built-in diff types with custom diffs via the SpecialDiff class in #9.
  • Add example implementations of SpecialDiff for containers types in #10.