What's Changed
Breaking Change
- The boolean option no longer supports the argument (e.g.
--no-eslintrc=false
and--cache=false
are not supported) by @mizdra in #388 - Disable cache by default by @mizdra in #393
- Do not overwrite the default value of
--cache-location
by @mizdra in #393 - Require Node.js
^20.19.0 || >=22.12.0
by @mizdra in #386, #396
Bug
Documentation
- Add bug report template by @mizdra in #392
- Fix an incorrect description of
--format
by @mizdra in #394
Feature
Refactoring
- Fix failed CI by @mizdra in #387
- Use
nanospinner
instead ofora
by @mizdra in #390 - Replace
chalk
withutil.styleText
by @mizdra in #395 - Print warning message without boxen by @mizdra in #397
- Execute pager without writing to file by @mizdra in #398
- Do not use the
node_modules/.cache
directory as a temporary directory by @mizdra in #399 - Implement an original table formatter by @mizdra in #402
Maintenance
New Contributors
Full Changelog: v11.1.0...v12.0.0