Skip to content

Latest commit

 

History

History
227 lines (174 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

227 lines (174 loc) · 15.4 KB

v5.1.0 (Fri Mar 10 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Jeff (@yefremov), for all your work!

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to master

🧱 Continuous Integration

📝 Documentation

🧪 Tests

🔩 Dependency Updates

Authors: 4


5.0.4 (2022-07-25)

5.0.3 (2022-06-21)

5.0.2 (2022-06-21)

5.0.1 (2022-04-27)

Hotfix

  • Fix extension activation error

5.0.0 (2022-04-26)

Added

  • Upgraded to support ESLint 8

Breaking Changes

  • ESLint 8+ is now required

4.1.0 (2022-02-15)

Added

  • Upgraded to support Prettier 2 & ESLint 7
  • Updated 'example' projects

3.1.0 (2021-05-21)

Added

  • Add MDX support

3.0.4 (2021-05-21)

  • Moved repository from GitLab to GitHub

3.0.3 (2021-05-15)

Added

  • Improved setup instructions in README

3.0.2 (2021-04-13)

Hotfix

  • Revert prettier-eslint version to 10.1.0

3.0.1 (2021-04-13)

Added

  • Updated README

3.0.0 (2021-04-13)

Hotfix

  • Undo breaking changes introduced by upgrading Prettier and ESLint
  • Undo applying .eslintignore & .prettierignore files

Breaking Changes

  • Prettier v2.0 is not supported
  • ESLint v7.0 is not supported

2.1.0 (2021-03-26)

Added

  • Abide by .eslintignore & .prettierignore files
  • Fix module missing utils error

0.2.4 (2020-03-04)

Added

  • Support JavaScript Eslint config files

Removed

  • Need for settings

2.0.0 (2021-03-24)

Added

  • Upgrade to ESLint 7.x

Breaking Changes

  • ESLint 7+ is now required

1.0.0 (2021-03-15)

Added

  • Upgrade to Prettier v2.0

Breaking Changes

  • Prettier v2.0 is now required

0.4.1 - (2020-12-17)

Added

  • Support Svelte

0.4.0 - (2020-11-25)

Added

  • Support CSS, GraphQL, HTML, JSON, LESS, Markdown, SCSS, Vue & YAML

0.3.2 (2020-06-23)

Hotfix

  • Undo breaking build changes

0.3.0 (2020-06-22)

Added

  • Support Typescript and Typescript React
  • Support latest ESLint

0.1.3 (2020-03-02)

Added

  • Multi-root workspace support

Unreleased

  • Initial release