Releases: fi3ework/vite-plugin-checker
Releases · fi3ework/vite-plugin-checker
vite-plugin-checker@0.11.0
🚨 Breaking Changes
- Use node built-in instead of
strip-ansi
- by @danielroe in #588 (66a10)
🚀 Features
🐞 Bug Fixes
- Address merge conflict with strip-ansi - by @danielroe (bac91)
- deps: Update dependency strip-ansi to ^7.1.2 - in #587 (5ddc1)
View changes on GitHub
vite-plugin-checker@0.10.3
🐞 Bug Fixes
- biome:
- Use absolute path in biome diagnostics - by @KurtGokhan in #555 (4a38b)
- runtime:
- Check for existing overlay element before injecting one - by @zouhangwithsweet in #563 (c742e)
- Reset
lastIndex
before reusing regexes - by @justinbhopper in #564 (f4072)
View changes on GitHub
vite-plugin-checker@0.10.2
🐞 Bug Fixes
- deps: Update dependency picomatch to ^4.0.3 - in #550 (6a27b)
- stylelint: Handle empty result - by @liukonghe in #284 (42ca9)
- vue-tsc: Support
vue-tsc
3.0.3+ - by @KazariEX in #551 (5055e)
View changes on GitHub
vite-plugin-checker@0.10.1
🐞 Bug Fixes
View changes on GitHub
vite-plugin-checker@0.9.3
No significant changes
View changes on GitHub
vite-plugin-checker@0.9.2
🐞 Bug Fixes
- Use diagnostic level to choose printing as error/info - by @psaintjust in #501 (7d10d)
View changes on GitHub
vite-plugin-checker@0.9.1
🐞 Bug Fixes
- Do not use
error
level for info/warn messages - by @danielroe in #474 (694b7) - Handle error when file is deleted while watcher is triggering - by @danielroe (95a85)
- De-default typescript import - by @danielroe (2ac0f)
- Filter out empty paths when creating ignore - by @danielroe (b4d36)
View changes on GitHub
vite-plugin-checker@0.9.0
🚨 Breaking Changes
- Drop support for
cjs
usage - by @danielroe in #452 (155d7) - deps: Upgrade to chokidar v4 - by @danielroe and @stianjensen in #453 (dc05e)
- stylelint: Require stylelint 16+ and update
meow
- by @strawberry-choco in #294 (3ec83)
🚀 Features
🐞 Bug Fixes
- Wait for checkers to finish before completing build - by @philipgriffin and @danielroe in #288 (a0d32)
- biome: Set
maxBuffer
size to infinity - by @jonondarnad in #417 (939ab)
🏎 Performance
- Drop
fs-extra
in favour of nativenode:fs
- by @danielroe in #444 (94830) - Remove unused dependencies - by @danielroe (fc0bc)
- Switch to
colorette
- by @danielroe (2a745)
View changes on GitHub
vite-plugin-checker@0.8.0
🚨 Breaking Changes
-
vue-tsc: Updated createVueLanguagePlugin syntax, version pin - by @daniluk4000 and drodichkin in #398 (5f5b9)
Now, vite-plugin-checker requires
"vue-tsc": "~2.1.6"
.
🚀 Features
- Advance typescript teminal consolelog text color - by @jaceechan in #393 (aa3d4)
🐞 Bug Fixes
- ui: Use a Vue key so file paths update correctly - by @artursapek in #389 (fcbb6)