Releases: nuxt-contrib/vue-sfc-transformer
Releases · nuxt-contrib/vue-sfc-transformer
v0.1.15
v0.1.14
🐞 Bug Fixes
- Keep same behavior with vue in handling
Unknown
type ondefineModel
- by @danielroe and @Teages in #37 (83737)
View changes on GitHub
v0.1.13
🐞 Bug Fixes
View changes on GitHub
v0.1.12
🚀 Features
View changes on GitHub
v0.1.11
🐞 Bug Fixes
- Skip quote replacement in interpolation - by @danielroe and @Teages in #28 (1c8ab)
View changes on GitHub
v0.1.10
🐞 Bug Fixes
- Add raw output if no modification is made - by @danielroe (f0e30)
- Throw errors when parsing invalid sfcs - by @danielroe (2f4ec)
- Default undefined props to
{}
- by @danielroe (92cc7)
View changes on GitHub
v0.1.9
🐞 Bug Fixes
- Always emit declarations for vue files - by @danielroe and @Teages in #22 (ce33e)
View changes on GitHub
v0.1.8
v0.1.7
🐞 Bug Fixes
- Return result for all nodes + disable batch processing - by @danielroe in #15 (4ff48)
- Use
node.forParseResult
if present - by @danielroe in #18 (09d59)
🏎 Performance
View changes on GitHub
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)