Skip to content

Releases: UnrefinedBrain/vue-metamorph

v2.0.10

04 Mar 19:06
b5225d0
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug with createNamedImport
  • Bump the development-dependencies group with 3 updates by @dependabot in #14
  • Bump the development-dependencies group with 3 updates by @dependabot in #15
  • Bump the development-dependencies group with 3 updates by @dependabot in #18
  • Bump the production-dependencies group with 2 updates by @dependabot in #17

Full Changelog: v2.0.9...v2.0.10

v2.0.9

28 Feb 19:19
32ecd5d
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where excessive newlines were printed in a Vue SFC when adding a statement to the top of a script

  • Bump the development-dependencies group with 1 update by @dependabot in #8

  • Bump the development-dependencies group with 4 updates by @dependabot in #10

  • Bump the development-dependencies group with 2 updates by @dependabot in #11

  • Bump the development-dependencies group with 1 update by @dependabot in #13

  • Bump the production-dependencies group with 1 update by @dependabot in #12

Full Changelog: v2.0.8...v2.0.9

v2.0.8

23 Feb 00:21
b8817c7
Compare
Choose a tag to compare

Fix VExpressionContainer AST type to allow patterns

Full Changelog: v2.0.7...v2.0.8

v2.0.7

23 Feb 00:00
0cb9462
Compare
Choose a tag to compare

Export custom VueProgram AST type

Full Changelog: v2.0.6...v2.0.7

v2.0.6

22 Feb 23:58
7ce7c0f
Compare
Choose a tag to compare

What's Changed

  • Re-export the ast-types visit function as traverseScriptAST
  • Bump the development-dependencies group with 5 updates by @dependabot in #5
  • Bump the development-dependencies group with 2 updates by @dependabot in #6
  • Bump the development-dependencies group with 2 updates by @dependabot in #7

Full Changelog: v2.0.5...v2.0.6

v2.0.5

19 Feb 15:48
3a47162
Compare
Choose a tag to compare

What's Changed

  • Bump the development-dependencies group with 5 updates by @dependabot in #4
  • Added SFC AST types to the package exports

Full Changelog: v2.0.4...v2.0.5

v2.0.4

19 Feb 14:51
41e8ad1
Compare
Choose a tag to compare
  • Adds a new property isScriptSetup to the Script AST, to determine if the Program node represents a <script setup> block or not

Full Changelog: v2.0.3...v2.0.4

v2.0.3

19 Feb 00:16
fef5049
Compare
Choose a tag to compare
  • Added Vue.mixin() to astHelpers.findVueComponentOptions

Full Changelog: v2.0.2...v2.0.3

v2.0.2

18 Feb 14:19
1a39b3f
Compare
Choose a tag to compare
  • Bug fix: mutating a directive key would drop the v- prefix

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Feb 04:25
a930eac
Compare
Choose a tag to compare
  • Fixes a parsing error when a SFC does not have a <template>

Full Changelog: v2.0.0...v2.0.1