Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.49 KB

File metadata and controls

31 lines (20 loc) · 1.49 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.

1.2.0 (2025-07-10)

🚀 Features

  • add Symbol.dispose support (f88ac0d)

♻️ Refactoring

  • update all Map/Set private state and toString() impls (#505) (9ab7d9d)
    • use private class properties instead of WeakMap to strore internal state
    • replace __inspectable with __tostringMixin

1.1.0 (2024-07-22)

🚀 Features