Releases: nuxt-contrib/vue-sfc-transformer
Releases · nuxt-contrib/vue-sfc-transformer
v0.1.7
🐞 Bug Fixes
- Return result for all nodes + disable batch processing - by @danielroe in #15 (4ff48)
- Use node.forParseResultif present - by @danielroe in #18 (09d59)
🏎 Performance
View changes on GitHub
v0.1.6
🐞 Bug Fixes
- Enable verbatimModuleSyntaxfor script blocks - by @Teages in #10 (da253)
- Support v-slottransform - by @Teages in #12 (c9234)
- Regex error on v-slot snippet handler - by @danielroe and @Teages in #14 (0b281)
🏎 Performance
- Early return when there are no expressions to transform - by @danielroe (494eb)
View changes on GitHub
v0.1.5
v0.1.4
v0.1.3
🐞 Bug Fixes
- Improve types of loader context - by @danielroe (e3c71)
- Do not wrap objects in brackets - by @danielroe (d2231)
View changes on GitHub
v0.1.2
🐞 Bug Fixes
- Do not error for defineModule(undefined)- by @danielroe (2f659)
- Omit genericscript block attribute - by @danielroe (560af)
View changes on GitHub
v0.1.1
No significant changes
View changes on GitHub
v0.1.0
v0.0.2
No significant changes
View changes on GitHub
v0.0.1
🚀 Features
- Add preTranspileScriptSetupandtranspileVueTemplate- by @danielroe and @Teages (6f879)
🐞 Bug Fixes
- Throw error if sfc.scriptSetup does not exist - by @danielroe (22db7)