Skip to content

v7.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 09 Nov 13:36
· 125 commits to master since this release
v7.0.0
84dac95

💥 Breaking Changes

  • 57c8624 dropped Node.js 6.x support. And the validation of parserOptions got more strict (by espree's update).

✨ Enhancements

  • 075d3ff added a new parser service: parserServices.getDocumentFragment(). You can get the root node of *.vue file's AST.