Releases: UnrefinedBrain/vue-metamorph
Releases · UnrefinedBrain/vue-metamorph
v3.1.8
What's Changed
- fix new script nodes being blank by @UnrefinedBrain in #97
Full Changelog: v3.1.7...v3.1.8
v3.1.7
What's Changed
- Bump magic-string from 0.30.9 to 0.30.10 in the production-dependencies group by @dependabot in #67
- Bump @babel/parser from 7.24.4 to 7.24.5 in the production-dependencies group by @dependabot in #75
Full Changelog: v3.1.6...v3.1.7
v3.1.6
v3.1.5
What's Changed
- Add support for stylus by @adrienWeiss in #56
New Contributors
- @adrienWeiss made their first contribution in #56
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- Bump typescript from 5.4.3 to 5.4.4 in the development-dependencies group by @dependabot in #54
- ignore unsupported css dialects by @UnrefinedBrain in #57
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Bump the production-dependencies group with 2 updates by @dependabot in #52
- Bump the development-dependencies group with 1 update by @dependabot in #53
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Updates the CLI to write transformed files before re-parsing for manual migrations, to make codemods that introduce syntax errors easier to debug
- Bump the development-dependencies group with 3 updates by @dependabot in #49
- Bump the development-dependencies group with 3 updates by @dependabot in #50
- Bump the development-dependencies group with 2 updates by @dependabot in #51
Full Changelog: v3.1.1...v3.1.2
v3.1.1
- fixed a bug where sfcAST might not be reachable after parsing
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Add support for CSS in plugins by @UnrefinedBrain in #48
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Bump the development-dependencies group with 1 update by @dependabot in #45
- Bump the production-dependencies group with 1 update by @dependabot in #46
- breaking: update plugin apis by @UnrefinedBrain in #47
scriptBuilders
andtemplateBuilders
have been merged into a singlebuilders
object- the long list of args passed to
mutate()
andfind()
plugin functions have been rolled up into a singlecontext
object
Full Changelog: v2.1.5...v3.0.0