Prettierd Versions Save

prettier, as a daemon, for improved formatting speed.

v0.25.3

1 month ago

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

4 months ago

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

8 months ago

Updated dependencies

  • core_d upgraded to ^6.0.0

v0.25.0

8 months ago

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

8 months ago

Fixed

  • Properly fix editorconfig and custom configuration

v0.24.1

10 months ago

Fixed

  • Fix the default value of editorconfig

Updated dependencies

  • @typescript-eslint/typescript-estree upgraded to ^6.0.0

v0.24.0

10 months ago

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

1 year ago

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

1 year ago

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

1 year ago

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)