Skip to content

Latest commit

 

History

History
150 lines (78 loc) · 6.34 KB

CHANGELOG.md

File metadata and controls

150 lines (78 loc) · 6.34 KB

5.0.0 (2023-08-25)

Build System

  • update build target to node 16 (6599897)

Features

BREAKING CHANGES

  • upgrade to prettier v3
  • drop support for node 14

4.2.0 (2022-06-30)

Features

  • sync some changes from eslint-plugin-prettier (196a5cf)

4.1.0 (2022-06-09)

Features

  • update options schema to prettier 2.6 (fda709d)

4.0.0 (2022-06-09)

Build System

  • migrate to pnpm and bump dependencies (897ce8a)

BREAKING CHANGES

  • drop support for node 10 & 12

3.1.0 (2021-05-28)

Features

3.0.0 (2021-04-21)

3.0.0-alpha.2 (2020-08-07)

3.0.0-alpha.1 (2020-08-07)

Features

  • use vue 3 compiler-sfc and migrate to typescript (db976d1)

2.1.1 (2020-07-24)

Bug Fixes

  • support vue-indent-script-and-style option (close #12) (ec36426)

2.1.0 (2020-04-28)

Features

2.0.2 (2019-10-24)

Bug Fixes

  • warning for unsupported file format (1c6b918)

2.0.1 (2019-10-22)

Bug Fixes

  • add prefix to avoid cache (d80eaaf)

2.0.0 (2019-08-22)

Features

  • make this plugin more flexible (e67cffd)
    • ability to process <template> block
    • options to disable prettier for <template>, <script> and <style> blocks

BREAKING CHANGES

  • settings for custom blocks migrate from settings['prettier-vue].customBlocks to settings['prettier-vue].SFCBlocks.customBlocks
  • this plugin will process <template> block by default

1.1.3 (2019-08-22)

Bug Fixes

  • disable deindent option (a98b58d)

1.1.2 (2019-08-05)

Bug Fixes

  • move prettier to dependencies (6797c8c)

1.1.1 (2019-08-05)

Bug Fixes

  • restriction of vue-template-compiler version (a7c20fa)

1.1.0 (2019-08-04)

Features

  • ignore custom blocks by default (a5e4907)

1.0.0 (2019-08-03)

Features

  • set options in settings field (3751942)

BREAKING CHANGES

  • options set in the third item of the rule is not valid

0.2.0 (2019-08-03)

Features

  • process all sfc blocks in the same way (546d098)

0.1.2 (2019-08-03)

Bug Fixes

0.1.1 (2019-08-03)

Bug Fixes

  • set default lang of custom blocks to vue (194d86a)

0.1.0 (2019-08-03)

Features

  • specify prettier options (957d17b)
  • support style and custom blocks (238912f)

0.0.1 (2019-07-31)