Skip to content

Latest commit

 

History

History
51 lines (24 loc) · 2.69 KB

File metadata and controls

51 lines (24 loc) · 2.69 KB

Changelog

7.2.1 (2026-05-11)

Code Refactoring

  • use using disposable to rebalance semantic-tag cycle guard (#677) (70a48b3)

7.2.0 (2026-05-11)

Features

Bug Fixes

  • serialize userInfo top-level pass field (#673) (f2a0370)

7.1.0 (2026-05-11)

Features

Performance

Code Refactoring

7.0.0 (2026-05-10)

⚠ BREAKING CHANGES

  • Drops support for Node < 24.12 and switches to ESM-only. Library now ships as pure ESM; CommonJS consumers must use dynamic import(). Engines pin: ">=24.12.0".

v7.0.0

  • revive the library, ESM + Node 24 + modern toolchain (#658) (7ae5873)