Skip to content

v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 06:30
· 1 commit to master since this release
  • Documented the dedent algorithm in the readme with a step-by-step "How it works" section (closes #39)
  • Added an automated release workflow: npm publish with provenance via OIDC trusted publishing, GitHub release creation, and automatic version/HISTORY maintenance
  • CI now verifies the packaged tarball (CommonJS require, ESM import, and TypeScript type resolution) on every maintained Node version (22/24/26) across Linux, macOS, and Windows
  • Fixed package exports to use per-condition types so TypeScript resolves the correct declarations for both ESM (import) and CommonJS (require) consumers
  • Declared the ESM build as type: module explicitly and removed the redundant .npmignore
  • Updated the CI matrix to currently-maintained Node and OS versions (dropped EOL entries)