prettierd

prettier, as a daemon, for improved formatting speed.

ISC License

Downloads
31K
Stars
686
Committers
18

Bot releases are hidden (Show)

prettierd - v0.20.0

Published by fsouza over 2 years ago

New features

Added some helper commands flags for debugging/fixing issues.

  • prettierd flush-cache to flush all caches
  • prettierd --debug-info <file> to print information about which version of
    prettier will be used for formatting the provided file (and from where it's
    being loaded)

Updated dependencies

  • prettier upgraded to ^2.6.2
prettierd - v0.19.1

Published by fsouza over 2 years ago

Updated dependencies

  • prettier upgraded to ^2.6.0
prettierd - v0.19.0

Published by fsouza over 2 years ago

Updated dependencies

  • core_d upgraded to ^4.0.0
prettierd - v0.18.1

Published by fsouza almost 3 years ago

Added

  • Help menu with --help (thanks @joao-vitor-sr)

Updated dependencies

  • prettier upgraded to ^2.5.1
prettierd - v0.18.0

Published by fsouza almost 3 years ago

Added

  • Support for .prettierignore files (thanks @Gelio)
  • Support for locally-installed plugins (thanks @vatosarmat)
prettierd - v0.17.1

Published by fsouza about 3 years ago

Added

  • Improved documentation for local setup, covering the setup for users that
    don't have node.js installed (thanks @kunish)

Changed

  • Some minor refactors and improvement to code and typing (thanks @sQVe)
prettierd - v0.17.0

Published by fsouza about 3 years ago

Added

  • Support for running prettierd exclusively with the local prettier package
    (via the environment variable PRETTIERD_LOCAL_PRETTIER_ONLY)

Changed

  • Changed how prettierd resolves the local package of prettier. Now it'll
    use dirname(filePath), meaning it can detect local installations of prettier
    even when node_modules isn't at the root of the repository.