Releases: prettier/prettier-cli
Releases · prettier/prettier-cli
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
v0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.1
v0.7.0
What's Changed
- test: restore previously ignored fixtures by @43081j in #29
- chore: use self to format self by @43081j in #28
- fix(deps): support pre-release as allowed peer dependency by @HugoPoi in #15
- Replace
@iarna/toml
withsmol-toml
by @fisker in #44
New Contributors
Full Changelog: v0.6.0...v0.7.0