Releases: UnrefinedBrain/vue-metamorph
Releases · UnrefinedBrain/vue-metamorph
v2.0.0
- Breaking: Add support for multiple
<script>
s in a Vue SFC (fixes #3)
The first parameter in the transform()
function of a CodemodPlugin is now a Program[]
, and was previously Program | null
The first parameter in the find()
function of a ManualMigrationPlugin is now a Program[]
, and was previously Program | null
Full Changelog: v1.0.4...v2.0.0
v1.0.4
- Adjusted the scaffold template
- Fixed a bug in createNamedImport
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Bump the development-dependencies group with 4 updates by @dependabot in #1
- Fixed VFilterSequenceExpression stringify when a filter has args
- Fixed parse error when a filter has args
- Added node builders for VFilter and VFilterSequenceExpression
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Fixed a bug where mutating a VElement's startTag would not re-print the full element
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Fixed a problem with the template project
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release!
Full Changelog: v0.0.3...v1.0.0
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: https://github.com/UnrefinedBrain/vue-metamorph/commits/v0.0.2