Releases: JuniorTour/vue-template-babel-compiler
V2.0.0: announcement only support for Node.js v14+
Update package.json engines
to only support for Node.js v14+.
The vue-template-compiler
use new Function(("return " + exp))
to detect if js expression is valid.
So if Node.js env not support optional chaining syntax, compile will fail.
We can support Node.js version below 12, but it need a lot of work.
Details explanation: #29 (comment)
v1.2.0
v1.1.3
What's Changed
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
- Add support for babel options customization
Full Changelog: v1.0.8...v1.1.0
beta-v1.0.9-beta-0
Full Changelog: v1.0.8...beta-v1.0.9-beta-0
beta-v1.0.8-beta-0
Full Changelog: v1.0.8...beta-v1.0.8-beta-0
v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
-
chore: add test case for #16 by @JuniorTour in #19
-
chore: clean up name by @JuniorTour in #20
-
chore: rm useVueTemplateBabelCompiler.sh by @JuniorTour in #21
-
fix: Identifier in computed OptionalMemberExpression by @lsdsjy in #26
-
test: add test case for computed OptionalMemberExpression by @lsdsjy in #27
Full Changelog: v1.0.5...v1.0.7