Releases: prettier/prettier-cli
Releases · prettier/prettier-cli
Release 0.12.0
- Add support for TS config files (#106) (93311b5)
- Fix JS config loader (#105) (05d086f)
- Update dependency js-yaml to v5 (#102) (39c7489)
- Update dependency smol-toml to v1.7.0 (#101) (9ed2e74)
- Update actions/checkout to v7 (#103) (181486e)
- Update dependency specialist to v2 (#96) (16279cf)
- fix: use
fastRelativePathwhen processing ignore paths (#83) (e83ed84)
Release 0.11.1
- Remove dev dependencies from package.json (1745f25)
Release 0.11.0
v0.10.0
v0.9.0
What's Changed
- Using prettier's main export instead of its standalone one (7f3e06c)
- Disabled workers for testing for speed, we are already spawning so many processes (55ad16a)
- Removed support for the "--config-precedence" option (c90b4e4)
- Updated zeptomatch, fixing #66 (f10950b)
- Added support for importing relative plugins implicitly, without starting with "./" (97475db)
- Ported test suite: plugin-resolution (#42) (08c7aef)
- Ported test suite: infer-plugins-ext-dir (#34) (a3e797b)
- Ported test suite: line-after-filepath-with-errors (#35) (b9e0cb9)
- Tests: ensuring output containing slashes is normalized to forward slashes (8831ab3)
- infer-parser test suite: update formatting to match the other test suites (85fa57d)
- Refactored "normalizeToPosix" utility to fit with the rest of the utilities (373bc15)
- Ported test suite: infer-parser (041e1e5)
Full Changelog: v0.8.0...v0.9.0