Skip to content

Latest commit

 

History

History
134 lines (64 loc) · 8.76 KB

File metadata and controls

134 lines (64 loc) · 8.76 KB

Changelog

This file documents all notable changes, following the Keep a Changelog format.

2.3.4 (2026-04-04)

Bug Fixes

  • security: replace npx with npm exec to prevent unintended remote package execution (#106) (f3d0900)

2.3.3 (2026-03-16)

Bug Fixes

  • deps: update dependency glob to v13.0.1 (#61) (68fcd8a)
  • deps: update dependency glob to v13.0.2 (#67) (e4f6f00)
  • deps: update dependency glob to v13.0.3 (#69) (db16e00)
  • deps: update dependency glob to v13.0.5 (#74) (124f8e9)
  • deps: update dependency glob to v13.0.6 (#78) (7791aed)
  • deps: update dependency minimatch to v10.1.2 (#63) (c105cbc)
  • deps: update dependency minimatch to v10.2.0 (#70) (a530502)
  • deps: update dependency minimatch to v10.2.1 [security] (#72) (44d10b4)
  • deps: update dependency minimatch to v10.2.2 (#79) (88afcf9)
  • deps: update dependency minimatch to v10.2.3 [security] (#82) (5337160)
  • deps: update dependency minimatch to v10.2.4 (#84) (8cbab33)

2.3.2 (2026-02-06)

Bug Fixes

  • deps: update dependency @babel/core to v7.29.0 (#58) (3269d1a)

2.3.1 (2026-01-30)

Bug Fixes

  • report precise error line numbers in --show-errors (#51) (d4ee776)

2.3.0 (2026-01-30)

Features

  • show errors with --show-errors regardless of increase (#49) (fe692c2)

2.2.0 (2026-01-28)

Features

  • add --show-errors flag to show detailed compiler errors (#41) (746591f)

2.1.2 (2026-01-26)

Bug Fixes

  • relax Node.js engine requirement to support Node 20 (#43) (ba12784)

2.1.1 (2026-01-24)

Bug Fixes

  • auto-detect deleted files in --stage-record-file (#38) (0428732)

2.1.0 (2026-01-22)

Features

  • report error decreases in --check-files flag (#36) (7f18758)

Bug Fixes

  • remove deleted files from records file with --stage-record-file (#34) (34b00f8)

2.0.3 (2026-01-19)

Bug Fixes

2.0.2 (2026-01-18)

Bug Fixes

  • ci: restructure publish workflow for OIDC authentication (#25) (aacf6c7)

2.0.1 (2026-01-18)

Bug Fixes

  • ci: add scope to setup-node for npm registry publishing (#23) (8352f69)

2.0.0 (2026-01-18)

⚠ BREAKING CHANGES

  • --stage-record-file now requires files list; add config file support (#21)

Features

  • --stage-record-file now requires files list; add config file support (#21) (ccb45dc)

1.1.0 (2026-01-16)

Features

  • Drop requirement to have a user-provided babel config (#15) (82ecfd4)

1.0.1 (2026-01-12)

Bug Fixes

1.0.0 (2026-01-10)

Features

  • Port React Compiler tracker from todoist-web (#6) (8e8ec3b)