Releases: g-plane/markup_fmt
Releases · g-plane/markup_fmt
v0.3.1
Fixes
- Fixed unexpected
let e =
when formatting expressions. - Added printing original code if external formatter raised an error.
v0.3.0
Features
- Added
vBindSameNameShortHand
option, so you can switch between the following two code styles for your Vue components:
<template>
<div :title></div>
</template>
and
<template>
<div :title="title"></div>
</template>
Fixes
- Fixed formatting Vue
v-slot
as expressions. They should be formatted as patterns. - Fixed formatting expressions incorrectly in some cases, especially with Biome.
v0.2.6
v0.2.6
v0.2.5
v0.2.5
v0.2.4
v0.2.4
v0.2.3
v0.2.3
v0.2.2
v0.2.2
v0.2.1
v0.2.0
v0.1.1
- Fixed indentation of code in
<script>
and<style>
tag. - Fixed trailing spaces.