Releases: thomasvantuycom/gulp-prettier
Releases · thomasvantuycom/gulp-prettier
v6.0.0
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
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
4.0.0 (2021-07-31)
Build System
BREAKING CHANGES
v3.0.0
Features
- upgrade Prettier to v2.0.0 (
af1a07c
)
BREAKING CHANGES
v2.3.0
Features
- show filename on formatting error (
565f3d3
)
v2.1.0
Bug Fixes
- upgrade through2 to v3.0.0 (
7b16a27
)
Features
v2.0.0
Bug Fixes
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
)