Skip to content

Releases: fsouza/prettierd

v0.25.3

12 Apr 02:01
159c058
Compare
Choose a tag to compare

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

10 Jan 03:55
95eed13
Compare
Choose a tag to compare

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

23 Sep 01:44
1364bbe
Compare
Choose a tag to compare

Updated dependencies

  • core_d upgraded to ^6.0.0

v0.25.0

23 Sep 01:30
c38e240
Compare
Choose a tag to compare

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

07 Sep 03:15
4fec2e8
Compare
Choose a tag to compare

Fixed

  • Properly fix editorconfig and custom configuration

v0.24.1

12 Jul 01:52
eda14eb
Compare
Choose a tag to compare

Fixed

  • Fix the default value of editorconfig

Updated dependencies

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

v0.24.0

12 Jul 01:45
a9e110a
Compare
Choose a tag to compare

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

29 May 07:30
16f03f8
Compare
Choose a tag to compare

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

09 Mar 05:21
c2b6c6a
Compare
Choose a tag to compare

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

31 Dec 04:17
a07f702
Compare
Choose a tag to compare

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)