Releases: vuejs/vue-eslint-parser
Releases · vuejs/vue-eslint-parser
v10.1.1
🐛 Bug Fixes
- Fix wrong scope for generic attribute by @ota-meshi in #254
Full Changelog: v10.1.0...v10.1.1
v10.1.0
v10.0.0
💥 Breaking changes
- Drop support old eslint and node by @ota-meshi in #242
- Make to use
project: undefined
when parsing script-fragments in<template>
. by @ota-meshi in #195 - Changed default ecmaVersion to "latest" by @ota-meshi in #243
Full Changelog: v9.4.3...v10.0.0
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