Vue Template Babel Compiler Versions Save

Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel

beta-v1.0.7-beta.0

2 years ago

v1.0.6-0

2 years ago

v1.0.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.4...v1.0.5

v1.0.4

2 years ago
  • fix: use simple assign for computed properties (fix #13) b5e8bd1
  • chore: add test case for #9 8c3d97e
  • feat: add .npmrc to align registry 62f550e
  • fix: can't use props string in template object (fix #15) 5aabcf7
  • fix: template not supporting to use rest-spread (fix: #9) 024bb41

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.3...v1.0.4

v1.0.3

2 years ago
  • fix: ssr compile not use babel (fix #7) 5e8a17d
  • chore: add CONTRIBUTING.md c05e958
  • chore: Add API doc 9dec70b
  • chore: add test case for scodeSlot listener 3dd016a
  • chore: add test case for variableDeclarator init from #5 28b9d3e

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago
  • chore: update README dd8a75c
  • fix: variableDeclarator init not append vm (fix #5) 1063f82
  • Update issue templates 02b2333

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago
  • fix: scope slot event listener wrong prepend 1918840
  • Update issue templates fbcf807
  • chore: update README 1098782

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.0...v1.0.1

v1.0.0

2 years ago
  • feat: Doc for V1.0 ec3218a
  • chore: update sh 09630cb
  • fix: add functional component test case 3fdedf8
  • chore: rename 9317f82

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.0-1...v1.0.0

v1.0.0-1

2 years ago
  • fix: support functional component 063a6b7
  • fix: refactor exports 6b2fd10

https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.0-0...v1.0.0-1

v0.7.0-0

2 years ago