Releases: UnrefinedBrain/vue-metamorph
v2.0.10
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
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
Fix VExpressionContainer AST type to allow patterns
Full Changelog: v2.0.7...v2.0.8
v2.0.7
Export custom VueProgram AST type
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Re-export the ast-types
visit
function astraverseScriptAST
- 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
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
- 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
- Added Vue.mixin() to astHelpers.findVueComponentOptions
Full Changelog: v2.0.2...v2.0.3
v2.0.2
- Bug fix: mutating a directive key would drop the
v-
prefix
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Fixes a parsing error when a SFC does not have a
<template>
Full Changelog: v2.0.0...v2.0.1