Skip to content

Releases: thomasvantuycom/gulp-prettier

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 05:35

7.0.0 (2026-07-17)

Build System

BREAKING CHANGES

  • Requires Node 24

v6.0.0

Choose a tag to compare

@thomasvantuycom thomasvantuycom released this 03 Nov 15:26

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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:26

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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:27

4.0.0 (2021-07-31)

Build System

BREAKING CHANGES

  • dropped Node 10 support.

v3.0.0

Choose a tag to compare

released this 21 Mar 22:13

Features

  • upgrade Prettier to v2.0.0 (af1a07c)

BREAKING CHANGES

v2.3.0

Choose a tag to compare

released this 11 Nov 10:00

Features

  • show filename on formatting error (565f3d3)

v2.2.0

Choose a tag to compare

released this 21 Oct 21:40

Features

v2.1.0

Choose a tag to compare

released this 01 Feb 19:16

Bug Fixes

  • upgrade through2 to v3.0.0 (7b16a27)

Features

  • add check method for CI (5f67343)

v2.0.0

Choose a tag to compare

released this 01 May 21:41

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

Choose a tag to compare

released this 01 May 11:50

Bug fixes