Skip to content

Releases: UnrefinedBrain/vue-metamorph

v2.0.0

17 Feb 18:15
c741554
Compare
Choose a tag to compare
  • 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

16 Feb 22:10
ae8c368
Compare
Choose a tag to compare
  • Adjusted the scaffold template
  • Fixed a bug in createNamedImport

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Feb 16:36
6752ff6
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Feb 03:11
2238aae
Compare
Choose a tag to compare
  • 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

14 Feb 00:16
3b532f7
Compare
Choose a tag to compare
  • Fixed a problem with the template project

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Feb 23:20
621949c
Compare
Choose a tag to compare

Initial release!

Full Changelog: v0.0.3...v1.0.0

v0.0.3

13 Feb 23:12
6b8f6b4
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

13 Feb 23:09
a8c2fb2
Compare
Choose a tag to compare