Releases: vuejs/vue-eslint-parser
Releases · vuejs/vue-eslint-parser
v10.4.0
⚙️ Changes
- feat: updated scope analyzer to mark variables as used to prevent false positives with
no-useless-assignmentby @ota-meshi in #288
Full Changelog: v10.3.0...v10.4.0
v10.3.0
v10.2.0
v10.1.4
v10.1.3
🐛 Bug Fixes
- Fix text token type in
{{...}}with invalid expression by @woongsikchoi in #257
Full Changelog: v10.1.2...v10.1.3
v10.1.2
🐛 Bug Fixes
- Fix
<textarea>content after}}causes invalidvue/no-parsing-errorby @woongsikchoi in #256
Full Changelog: v10.1.1...v10.1.2
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: undefinedwhen 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