Skip to content

Latest commit

 

History

History
105 lines (52 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

105 lines (52 loc) · 3.44 KB

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

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.

4.0.0 (2021-07-31)

Build System

BREAKING CHANGES

  • dropped Node 10 support.

Changelog

3.0.0 (2019-03-21)

Features

  • upgrade Prettier to v2.0.0 (af1a07c)

BREAKING CHANGES

2.3.0 (2019-11-11)

Features

  • show filename on formatting error (565f3d3)

2.2.0 (2019-10-21)

Features

2.1.0 (2019-02-01)

Bug Fixes

  • upgrade through2 to v3.0.0 (7b16a27)

Features

  • add check method for CI (5f67343)

2.0.0 (2018-05-01)

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)

1.1.0 (2017-01-16)

Bug fixes

1.0.0 (2017-01-15)

Initial release