Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2023-07-27)

Bug Fixes

  • consistent with the ESLint Formatter behavior (cf8541a)

Features

  • consistent with the Prettier CLI behavior (5daa251)
  • upgrade to Prettier v3 (9fb5da7)

BREAKING CHANGES

  • read .editorconfig by default
  • read .gitignore and .prettierignore by default
  • this package is now pure ESM
  • require Prettier v3
  • require Node 16+

1.0.0 (2017-10-19)

Features