Skip to content

Releases: fsouza/prettierd

v0.23.1

28 Dec 23:23
e36f52e
Compare
Choose a tag to compare

Fixed

  • fixed how CLI options are combined with the config file (and how priority is
    handled)

v0.23.0

28 Dec 15:26
v0.23.0
bfda94c
Compare
Choose a tag to compare

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

v0.22.5

17 Nov 23:50
3d96c91
Compare
Choose a tag to compare

Fixed

  • Include parsers for typescript and css to make sure brew formula is more
    usable out of the box

v0.22.4

15 Nov 03:47
728543d
Compare
Choose a tag to compare

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

v0.22.3

15 Nov 03:41
a8f3c26
Compare
Choose a tag to compare

Fixed

  • Fix regression in usage of PRETTIERD_DEFAULT_CONFIG (regression was
    introduced in 0.22.1).

v0.22.2

31 Aug 23:57
bae3ca1
Compare
Choose a tag to compare

Fixed

  • Properly disable colors in the integration with core_d

v0.22.1

30 Aug 16:10
33672a7
Compare
Choose a tag to compare

New features

  • Support injecting environment variables from the client

v0.22.0

26 Aug 05:19
v0.22.0
17066c3
Compare
Choose a tag to compare

New features

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

Updated dependencies

  • prettier upgraded to ^2.7.1

v0.21.1

26 Aug 05:02
Compare
Choose a tag to compare

Fixed

  • fix compatibility with core_d 5.0.1

v0.21.0

27 May 15:01
Compare
Choose a tag to compare

Updated dependencies

  • core_d upgraded to ^5.0.1