Releases: vuejs/vue-eslint-parser
Releases Β· vuejs/vue-eslint-parser
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
v9.1.0
βοΈ 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
π Bug Fixes
- Fix wrong tokenize for lone ampersand by @ota-meshi in #158
Full Changelog: v9.0.2...v9.0.3
v9.0.2
π 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
v9.0.0
π₯ Breaking Changes
- Drop support for Node.js v12 by @ota-meshi in #149
- Add support for scope analysis of
<script setup>
by @ota-meshi in #144
β¨ 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
v9.0.0-alpha.0
π₯ Breaking Changes
- Drop support for Node.js v12 by @ota-meshi in #149
- Add support for scope analysis of
<script setup>
by @ota-meshi in #144
β¨ 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-alpha.0
v8.3.0
π Bug Fixes
- Fix wrong handling of CRLF in
<script>
by @ota-meshi in #146
Full Changelog: v8.2.0...v8.3.0