Skip to content

Releases: thomasvantuycom/gulp-prettier

v6.0.0

03 Nov 15:26
Compare
Choose a tag to compare

6.0.0 (2023-11-03)

Code Refactoring

  • move to ESM and require Node 18 (29268a0)

BREAKING CHANGES

  • The plugin is now pure ESM
  • Requires Node 18

v5.0.0

05 Jul 20:26
Compare
Choose a tag to compare

5.0.0 (2023-07-05)

Build System

  • drop Node 12 and 14 support (0c15e92)

Features

  • upgrade Prettier to 3.0.0 (f0e4174)

BREAKING CHANGES

  • dropped Node 12 and 14 support.

v4.0.0

31 Jul 09:27
Compare
Choose a tag to compare

4.0.0 (2021-07-31)

Build System

BREAKING CHANGES

  • dropped Node 10 support.

v3.0.0

21 Mar 22:13
Compare
Choose a tag to compare

Features

  • upgrade Prettier to v2.0.0 (af1a07c)

BREAKING CHANGES

v2.3.0

11 Nov 10:00
Compare
Choose a tag to compare

Features

  • show filename on formatting error (565f3d3)

v2.2.0

21 Oct 21:40
Compare
Choose a tag to compare

Features

v2.1.0

01 Feb 19:16
Compare
Choose a tag to compare

Bug Fixes

  • upgrade through2 to v3.0.0 (7b16a27)

Features

  • add check method for CI (5f67343)

v2.0.0

01 May 21:41
Compare
Choose a tag to compare

Bug Fixes

  • avoid deprecated new Buffer() (d007ff9)
  • correct undeclared variable (c9abbbe)
  • use strict mode (cf7bec7)

Features

  • add support for languages other than js (2eb0ed9)
  • adhere to .prettierrc (d44a6b0)
  • add isPrettier flag (7d790fd)

BREAKING CHANGES

  • Upgrade Prettier to ^1.5.3 (7d790fd)

v1.1.0

01 May 11:50
Compare
Choose a tag to compare

Bug fixes

v1.0.0

01 May 11:48
Compare
Choose a tag to compare

Initial release