Skip to content

Releases: vuejs/vue-eslint-parser

v9.0.0-alpha.0

14 Apr 08:56
Compare
Choose a tag to compare
v9.0.0-alpha.0 Pre-release
Pre-release

πŸ’₯ 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-alpha.0

v8.3.0

22 Feb 08:52
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v8.2.0...v8.3.0

v8.2.0

24 Jan 05:31
Compare
Choose a tag to compare

✨ 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

21 Jan 00:52
Compare
Choose a tag to compare

βš™οΈ Updates

Full Changelog: v8.0.1...v8.1.0

v8.0.1

30 Oct 04:02
Compare
Choose a tag to compare

πŸ› 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

19 Oct 00:21
Compare
Choose a tag to compare

πŸ’₯ 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 to true. by @ota-meshi in #130

Full Changelog: v7.11.0...v8.0.0

v7.11.0

05 Sep 23:03
Compare
Choose a tag to compare

βš™οΈ Updates

  • #124 Changed to determine parser by extension when parsing non-vue files using multiple parserOptions.parser.

πŸ› Bug fixes

  • #126 Fixed bug when script tags are missing and multiple parserOptions.parser is used.

v7.10.0

28 Jul 06:11
Compare
Choose a tag to compare

✨ Enhancements

  • #119 Added defineDocumentVisitor to parserServices.

πŸ› Bug fixes

  • #120 Fixed incorrect AST for commented CSS vars injection.

v7.9.0

18 Jul 00:42
Compare
Choose a tag to compare

✨ Enhancements

  • #118 Changed to parse v-bind() in <style>. This feature can optionally be turned off.

v7.8.0

06 Jul 10:28
Compare
Choose a tag to compare

✨ Enhancements

  • #116 Change parserOptions.parser to accept multiple lang parsers.

πŸ› Bug fixes

  • #115 Fixed parsing error when combining <script> and export in <script setup>.