Releases: vuejs/vue-eslint-parser
Releases · vuejs/vue-eslint-parser
v9.4.3
🐛 Bug Fixes
- Fixed wrong AST for asycn function in v-on by @ota-meshi in #227
- Fixed parsing error when arrow function type in generics by @ota-meshi in #234
- Fixed type definition by @ota-meshi in #225
Full Changelog: v9.4.2...v9.4.3
v9.4.2
🐛 Bug Fixes
- Fix an error when using default for generic by @ota-meshi in #222
Full Changelog: v9.4.1...v9.4.2
v9.4.1
🐛 Bug Fixes
- fix: shorthand camelize should be used in
rawName
by @waynzh in #218 - Fix an error when using CRLF for generic directive by @ota-meshi in #220
Full Changelog: v9.4.0...v9.4.1
v9.4.0
✨ Enhancements
- Add support for defineModel by @ota-meshi in #213
- Add support for v-bind same-name shorthand by @ota-meshi in #215
Full Changelog: v9.3.2...v9.4.0
v9.3.2
🐛 Bug Fixes
- fix: context provided by defineCustomBlocksVisitor by @ota-meshi in #211
- fix: "has only a getter" error by @ota-meshi in #210
Full Changelog: v9.3.1...v9.3.2
v9.3.1
🐛 Bug Fixes
- Fix wrong scope for generics with multiple script blocks by @ota-meshi in #201
Full Changelog: v9.3.0...v9.3.1
v9.3.0
✨ Enhancements
- Add support for
defineOptions
anddefineSlots
by @ota-meshi in #193 - Add
vueFeatures.customMacros
option by @ota-meshi in #194 - Add support for
<script setup lang=ts generic="...">
by @ota-meshi in #182
Full Changelog: v9.2.1...v9.3.0
v9.2.1
🐛 Bug Fixes
- Fix defineCustomBlocksVisitor was incompatible with ESLint v8.40 by @ota-meshi in #192
Full Changelog: v9.2.0...v9.2.1
v9.2.0
⚙️ Updates
- Add exported meta object by @TatsuyaYamamoto in #190
🐛 Bug Fixes
- Fix false positives for type def with script setup in ts no-unused-vars by @ota-meshi in #191
Full Changelog: v9.1.1...v9.2.0
v9.1.1
🐛 Bug Fixes
- Fix wrong scope reference type for
<script setup lang=ts>
by @ota-meshi in #181
Full Changelog: v9.1.0...v9.1.1