Skip to content

v10.0.0

Choose a tag to compare

@doistbot doistbot released this 12 Mar 18:46
· 113 commits to main since this release

10.0.0 (2026-03-12)

⚠ BREAKING CHANGES

  • The package is now declared as ESM ("type": "module")
    and uses an exports map. Deep imports (e.g. @doist/typist/dist/...) are
    no longer supported. Minimum Node.js version is now 22.18.0.

Features

  • modernize package publishing and build tooling (#1255) (1c8a194)