Releases: nuxt-contrib/vue-sfc-transformer
Releases · nuxt-contrib/vue-sfc-transformer
v0.1.6
🐞 Bug Fixes
- Enable
verbatimModuleSyntax
for script blocks - by @Teages in #10 (da253) - Support
v-slot
transform - 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
generic
script 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
preTranspileScriptSetup
andtranspileVueTemplate
- by @danielroe and @Teages (6f879)
🐞 Bug Fixes
- Throw error if sfc.scriptSetup does not exist - by @danielroe (22db7)