All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2022-11-07
- Always print a newline at EOF.
0.4.2 - 2022-03-21
- Empty lines are now correctly handled when computing template indentation.
0.4.1 - 2022-02-14
0.4.0 - 2022-02-10
- Block indentation width is now computed and adjusted according to the configuration.
indentTemplate
now works correctly when the content couldn't be formatted through dprint.
0.3.2 - 2022-02-03
- Plugin can now be updated through
dprint config update
.
0.3.1 - 2022-01-29
- Fixed missing indentation before block content when using
indentTemplate
.
0.3.0 - 2022-01-27
-
Added configuration:
Key Default Description indentTemplate
true
Indent the content of the <template>
tagindentWidth
2
Width of the indentation useTabs
false
Use tabs for indentation
- Formatted content is now end-trimmed.
- Block tag names are now compared case-insensitively.
- Block content is passed to dprint with
file.vue.{lang}
as its filename.
0.2.0 - 2022-01-25
- Some documentation.
- Basic README.
- Latest download URL in the README.
- CHANGELOG.
- Removed
Configuration
.
0.1.1 - 2022-01-25
- Fix nested tags parsing (#1).
0.1.0 - 2022-01-25
- Initial code