Skip to content

v3.2.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 24 Jul 06:29
· 182 commits to master since this release
v3.2.0
51a4bab

Enhancements

  • 9b947b1 added the option parserOptions.parser:false to skip parsing <script> elements completely. This is useful for the language ESLint community don't provide that custom parser.

Bug fixes

  • 7de2b86 fixed the list of void element names to be acording to WHATWG spec.
  • adbaf4b fixed the list of normal element names to be acording to WHATWG spec.
  • 7ded104 fixed the parser to handle {{}} as a part of text rather than an empty mustache.
  • 6906fb1 fixed the parser to allow empty mustaches.