Skip to content

Releases: fsouza/prettierd

v0.26.1

18 Jan 05:16
a855445
Compare
Choose a tag to compare

Fixed

  • Use TMPDIR if XDG_RUNTIME_DIR is not set

Updated dependencies

  • @babel/parser upgraded to ^7.26.5
  • @typescript-eslint/typescript-estree upgraded to ^8.19.1

v0.26.0

05 Jan 06:31
09178e0
Compare
Choose a tag to compare

New features

  • Add the ability to lint code with prettierd --check

Updated dependencies

  • prettier upgraded to 3.4.2
  • @babel/parser upgraded to ^7.26.3
  • @typescript-eslint/typescript-estree upgraded to ^8.19.0

v0.25.4

15 Nov 15:49
e85b0b3
Compare
Choose a tag to compare

Updated dependencies

  • prettier upgraded to ^3.3.3
  • @babel/parser upgraded to ^7.26.2
  • @typescript-eslint/typescript-estree upgraded to ^8.14.0

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