5.0.0 (2023-08-25)
- update build target to node 16 (6599897)
- upgrade to prettier v3
- drop support for node 14
4.2.0 (2022-06-30)
- sync some changes from eslint-plugin-prettier (196a5cf)
4.1.0 (2022-06-09)
- update options schema to prettier 2.6 (fda709d)
4.0.0 (2022-06-09)
- migrate to pnpm and bump dependencies (897ce8a)
- drop support for node 10 & 12
3.1.0 (2021-05-28)
3.0.0 (2021-04-21)
3.0.0-alpha.2 (2020-08-07)
3.0.0-alpha.1 (2020-08-07)
- use vue 3 compiler-sfc and migrate to typescript (db976d1)
2.1.1 (2020-07-24)
2.1.0 (2020-04-28)
- support prettier 2.0 (fe58782)
2.0.2 (2019-10-24)
- warning for unsupported file format (1c6b918)
2.0.1 (2019-10-22)
- add prefix to avoid cache (d80eaaf)
2.0.0 (2019-08-22)
- make this plugin more flexible (e67cffd)
- ability to process
<template>
block - options to disable prettier for
<template>
,<script>
and<style>
blocks
- ability to process
- settings for custom blocks migrate from
settings['prettier-vue].customBlocks
tosettings['prettier-vue].SFCBlocks.customBlocks
- this plugin will process
<template>
block by default
1.1.3 (2019-08-22)
- disable deindent option (a98b58d)
1.1.2 (2019-08-05)
- move prettier to dependencies (6797c8c)
1.1.1 (2019-08-05)
- restriction of vue-template-compiler version (a7c20fa)
1.1.0 (2019-08-04)
- ignore custom blocks by default (a5e4907)
1.0.0 (2019-08-03)
- set options in settings field (3751942)
- options set in the third item of the rule is not valid
0.2.0 (2019-08-03)
- process all sfc blocks in the same way (546d098)
0.1.2 (2019-08-03)
0.1.1 (2019-08-03)
- set default lang of custom blocks to vue (194d86a)