Releases: vuejs/vue-eslint-parser
Releases Β· vuejs/vue-eslint-parser
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
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