Skip to content

Latest commit

 

History

History
157 lines (81 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

157 lines (81 loc) · 4.24 KB

Changelog

v1.4.5

compare changes

🩹 Fixes

  • oxlint: Default to using .oxlintignore (573d1e4)

v1.4.4

compare changes

v1.4.3

compare changes

🩹 Fixes

  • Fix missing errors from oxlint and prettier (e3ad041)

v1.4.2

compare changes

🩹 Fixes

  • Use correct format for oxlint (7df1102)

v1.4.1

compare changes

🩹 Fixes

  • Fail oxlint on warnings, ignore folders by default (c419433)

v1.4.0

compare changes

🚀 Enhancements

  • Add oxlint support (#7)

v1.3.1

compare changes

🩹 Fixes

🏡 Chore

v1.3.0

compare changes

🚀 Enhancements

  • Add custom binDir option (#4)

🏡 Chore

  • Upgrade bun to 1.1, enable windows tests (#5)

v1.2.0

compare changes

🚀 Enhancements

  • Use vue-tsc for TypeScript if installed (4728f56)

v1.1.1

compare changes

🩹 Fixes

  • windows: Use shell: true when spawning commands (4cc63a9)

v1.1.0

compare changes

🚀 Enhancements

  • Report location once if multiple problems are in the same location (98a2cd5)

🏡 Chore

  • Use named regex capture groups (3931c0c)

v1.0.5

compare changes

🩹 Fixes

v1.0.4

compare changes

🩹 Fixes

  • Add NPM package metadata (fdae83b)

v1.0.3

compare changes

🩹 Fixes

  • prettier: Handle --fix errors and non-error output correctly (95bdaf6)

v1.0.2

compare changes

🩹 Fixes

  • Debug commands and output (5aa3525)

🏡 Chore

  • Remove email from changelogs (5e754d7)

v1.0.1

compare changes

🩹 Fixes

  • Proper rendering during CI when stderr isn't TTY (2164104)
  • --fix by default outside CI (#2)

📖 Documentation

🏡 Chore

🤖 CI

  • Add validation workflow (#1)
  • Add release workflow (0e0393b)
  • Fix prepublish script (ee2e2db)