Releases: fsouza/prettierd
Releases · fsouza/prettierd
v0.25.3
Fixed
- Fix bugs with stdin encoding on Windows that would cause spurious errors or invalid characters to get inserted
Updated dependencies
prettier
upgraded to ^3.2.5
@babel/parser
upgraded to ^7.24.4
@typescript-eslint/typescript-estree
upgraded to ^7.6.0
v0.25.2
Updated dependencies
core_d
upgraded to ^6.1.0
prettier
upgraded to ^3.1.0
@babel/parser
upgraded to ^7.23.5
@typescript-eslint/typescript-estree
upgraded to ^6.6.0
v0.25.1
Updated dependencies
core_d
upgraded to ^6.0.0
v0.25.0
Updated dependencies
prettier
3 is now supported! prettier@2 can still be used, though the
pluginSearchDirs
option is no longer supported.
@babel/parser
upgraded to ^7.22.16
@typescript-eslint/typescript-estree
upgraded to ^6.6.0
v0.24.2
Fixed
- Properly fix
editorconfig
and custom configuration
v0.24.1
Fixed
- Fix the default value of
editorconfig
Updated dependencies
@typescript-eslint/typescript-estree
upgraded to ^6.0.0
v0.24.0
Fixed
- Fix the behavior of
--config-precedence prefer-file
- Remove caching from the tool. This should fix many bugs caused by
inconsistencies in the cache. If this causes a big hit to performance, we'll
reintroduce caches according to their necessity.
Updated dependencies
@babel/parser
upgraded to ^7.22.7
@typescript-eslint/typescript-estree
upgraded to ^5.61.0
v0.23.4
Fixed
- make
prettierd stop
stop all instances of prettierd
Updated dependencies
prettier
upgraded to ^2.8.8
@babel/parser
upgraded to ^7.22.3
@typescript-eslint/typescript-estree
upgraded to ^5.59.7
v0.23.3
Fixed
- fix a bug in argument parsing introduced by a poorly tested refactor
Updated dependencies
prettier
upgraded to ^2.8.4
@babel/parser
upgraded to ^7.21.2
@typescript-eslint/typescript-estree
upgraded to ^5.54.0
v0.23.2
Fixed
- avoid polluting the user home directory with runtime files (move them to
$HOME/.prettierd
if XDG_RUNTIME_DIR is not defined)
- fix bug where prettierd would hang if the data dir isn't writable (now it
displays an error to the user)