Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.13 KB

File metadata and controls

57 lines (33 loc) · 2.13 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.0.90 (2026-02-07)

♻️ Refactoring

  • replace deprecated unsupported() call sites in all pkgs (3abbddf)

3.0.86 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

3.0.40 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

3.0.37 (2024-04-20)

♻️ Refactoring

3.0.23 (2024-02-16)

♻️ Refactoring

3.0.0 (2023-09-15)

🛑 Breaking changes

  • update .impls() (db48f57)
  • BREAKING CHANGE: update .impls() to return a Map of dispatch values and their implementations
    • update tests

2.1.39 (2023-08-04)

♻️ Refactoring

  • update identity usage in various pkgs (b6db053)