Skip to content

Releases: vuejs/vue-eslint-parser

v9.3.1

11 Jun 08:45
Compare
Choose a tag to compare

🐛 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

14 May 01:10
Compare
Choose a tag to compare

✨ Enhancements

Full Changelog: v9.2.1...v9.3.0

v9.2.1

07 May 00:01
Compare
Choose a tag to compare

🐛 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

03 May 00:38
Compare
Choose a tag to compare

⚙️ Updates

🐛 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

30 Mar 06:40
Compare
Choose a tag to compare

🐛 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

v9.1.0

09 Sep 03:19
Compare
Choose a tag to compare

⚙️ Updates

  • Add support for parser object to parserOptions.parser by @ota-meshi in #165

Full Changelog: v9.0.3...v9.1.0

v9.0.3

23 Jun 07:44
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v9.0.2...v9.0.3

v9.0.2

17 May 10:13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix crash for script setup with global var in no-obj-calls rule by @ota-meshi in #152

Full Changelog: v9.0.1...v9.0.2

v9.0.1

11 May 23:41
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix npm tag.

Full Changelog: v9.0.0...v9.0.1

v9.0.0

11 May 23:32
Compare
Choose a tag to compare

💥 Breaking Changes

✨ Enhancements

  • Add support for scope analysis of <script setup> by @ota-meshi in #144
  • Add support for custom template tokenizers by @rashfael in #148

Full Changelog: v8.3.0...v9.0.0