prettierd

prettier, as a daemon, for improved formatting speed.

ISC License

Downloads
31K
Stars
686
Committers
18

Bot releases are visible (Hide)

prettierd - v0.25.3 Latest Release

Published by fsouza 6 months 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
prettierd - v0.25.2

Published by fsouza 9 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
prettierd - v0.25.1

Published by fsouza about 1 year ago

Updated dependencies

  • core_d upgraded to ^6.0.0
prettierd - v0.25.0

Published by fsouza about 1 year 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
prettierd - v0.24.2

Published by fsouza about 1 year ago

Fixed

  • Properly fix editorconfig and custom configuration
prettierd - v0.24.1

Published by fsouza over 1 year ago

Fixed

  • Fix the default value of editorconfig

Updated dependencies

  • @typescript-eslint/typescript-estree upgraded to ^6.0.0
prettierd - v0.24.0

Published by fsouza over 1 year 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
prettierd - v0.23.4

Published by fsouza over 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
prettierd - v0.23.3

Published by fsouza over 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
prettierd - v0.23.2

Published by fsouza almost 2 years 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)
prettierd - v0.23.1

Published by fsouza almost 2 years ago

Fixed

  • fixed how CLI options are combined with the config file (and how priority is
    handled)
prettierd - v0.23.0

Published by fsouza almost 2 years ago

New features

  • prettierd will now start one daemon per working dir, making sure that it can
    load manually configured plugins

Updated dependencies

  • @babel/parser upgraded to ^7.20.7
  • prettier upgraded to ^2.8.1
  • @typescript-eslint/typescript-estree upgraded to ^5.47.1
prettierd - v0.22.5

Published by fsouza almost 2 years ago

Fixed

  • Include parsers for typescript and css to make sure brew formula is more
    usable out of the box
prettierd - v0.22.4

Published by fsouza almost 2 years ago

Fixed

  • Support casting of bool type arguments to options (thanks @mkdynamic)
  • Improve cache handling for config values in the presence of
    PRETTIERD_LOCAL_PRETTIER_ONLY
prettierd - v0.22.3

Published by fsouza almost 2 years ago

Fixed

  • Fix regression in usage of PRETTIERD_DEFAULT_CONFIG (regression was
    introduced in 0.22.1).
prettierd - v0.22.2

Published by fsouza about 2 years ago

Fixed

  • Properly disable colors in the integration with core_d
prettierd - v0.22.1

Published by fsouza about 2 years ago

New features

  • Support injecting environment variables from the client
prettierd -

Published by fsouza about 2 years ago

New features

  • Support most of prettier command line options (thanks @MunifTanjim)

Updated dependencies

  • prettier upgraded to ^2.7.1
prettierd - v0.21.1

Published by fsouza about 2 years ago

Fixed

  • fix compatibility with core_d 5.0.1
prettierd - v0.21.0

Published by fsouza over 2 years ago

Updated dependencies

  • core_d upgraded to ^5.0.1