Releases: vuejs/vue-eslint-parser
Releases Β· vuejs/vue-eslint-parser
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
v8.2.0
β¨ Enhancements
- Added support for complex expression in CSS
v-bind()
by @ota-meshi in #143
Full Changelog: v8.1.0...v8.2.0
v8.1.0
βοΈ Updates
- Upgrade eslint-scope to v7 by @ota-meshi in #137
- Update eslint-visitor-keys to v3.1 by @ota-meshi in #139
- Add optional chain expression to typings by @neelance in #140
- Update AST typings to es2022 by @ota-meshi in #141
- Support arbitrary module namespace names with
<script setup>
by @ota-meshi in #142
Full Changelog: v8.0.1...v8.1.0
v8.0.1
π Bug Fixes
- Fix wrong location when having multiple
<script>
by @ota-meshi in #132
Full Changelog: v8.0.0...v8.0.1
v8.0.0
π₯ Breaking Changes
- Drop support for node <v12.22.0, v13, >=v14<v14.17.0, v15 and eslint v5 by @ota-meshi in #129
- Change the default of
parserOptions.vueFeatures.interpolationAsNonHTML
totrue
. by @ota-meshi in #130
Full Changelog: v7.11.0...v8.0.0