Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

101 lines (71 loc) · 10.8 KB

Changelog

v3.0.0 (2018-10-01)

  • Chore: Add eslint peer-dependency (d55d79c)
  • Breaking: Extract showInvisibles and generateDifferences (bf7c40c)
  • Breaking: Defining prettier options must use an object (478c7e5)
  • Breaking: Drop support for ESLint v3 and v4 (2326231)
  • Chore: Update dependencies (1ec94c8)
  • Chore: remove two unused dependencies (bfe459c)
  • Chore: Rename test files to keep them sequential (d38ea52)
  • Breaking: Remove pragma support (3af422c)
  • Breaking: Update minimum required pretter version to 1.13.0 (29c0506)
  • Breaking: Drop support for node v4, v7 and v9 (be460bd)
  • Chore: Add vscode config to autoformat on save (9fac6b4)
  • Chore: Improve travis matrix (46d2444)
  • Chore: Add format script to run prettier (d46aa6d)

v2.7.0 (2018-09-26)

  • Update: Support prettierignore and custom processors (#111) (38537ba)
  • Build: switch to release script package (047dc8f)

v2.6.2 (2018-07-06)

  • Fix: Add representation for \r to showInvisibles (#100) (731bbb5)
  • Docs: Add clarification about Flow/React support to readme (#96) (977aa77)

v2.6.1 (2018-06-23)

v2.6.0 (2018-02-02)

  • Update: Add option to skip loading prettierrc (#83) (9e0fb48)
  • Build: add Node 8 and 9 to Travis (e5b5fa7)
  • Chore: add test for vue parsing (1ab43fd)

v2.5.0 (2018-01-16)

  • Fix: pass filepath to prettier (#76) (0b6ab55)
  • Update: Add URL to rule documentation to the metadata (#75) (804ead7)

v2.4.0 (2017-12-17)

  • New: Add 'recommended' configuration (#73) (e529b60)
  • Docs: Create ISSUE_TEMPLATE.md (4335b08)

v2.3.1 (2017-09-18)

  • Fix: Guard against older prettier installation (#56) (8a115f9)

v2.3.0 (2017-09-18)

  • Update: Support .prettierrc config files (fixes #46) (#55) (bc89153)
  • Docs: .eslintrc.json > .eslintrc (#52) (95f0808)
  • Upgrade: jest-docblock to ^21.0.0 (#50) (c777111)
  • Chore: upgrade prettier to ^1.6.1 (#49) (56deffa)
  • Chore: use eslint-plugin-self for linting (#47) (5ea0526)

v2.2.0 (2017-08-16)

v2.1.2 (2017-06-14)

v2.1.1 (2017-05-19)

  • Fix: Support ESLint <3.11.0 (#24) (fde7fdf)
  • Chore: add yarn.lock (#23) (8b55518)
  • Docs: fix links in changelog (#22) (7e70e11)

v2.1.0 (2017-05-16)

  • Merge with eslint-plugin-prettify (#21) (6de494f)
  • Docs: update repo links to new URL (#18) (6b69492)
  • Chore: Upgrade development dependencies (#16) (12984ea)
  • Docs: fix outdated info about prettier's semicolon support (da6aad1)
  • Docs: update prettier options in example (#14) (0ae173f)
  • Docs: Change the order of dependencies install (#13) (cbf803c)
  • Docs: Add CONTRIBUTING.md (fixes #9) (40fe55b)

v2.0.1 (2017-02-26)

  • Docs: add travis badge to README.md (1daa495)
  • Upgrade: prettier to 0.18.0 (1700e41)
  • Chore: use eslint-config-prettier (c979b84)
  • Fix: avoid relying on an internal eslint function (5296930)
  • Docs: mention eslint-config-prettier in README.md (3fd855d)
  • Chore: pin the version of prettier used to lint this module (refs #1) (db85633)

v2.0.0 (2017-01-28)

  • Docs: create changelog (d388095)
  • Docs: add 2.0.0 migration guide (db508d7)
  • Breaking: Make prettier a peerDependency (#1) (d8a8992)
  • Docs: add repo url to package.json (2474bc9)
  • Docs: suggest prettier-eslint if eslint rules disagree with prettier (3414437)