Releases: g-plane/pretty_yaml
Releases · g-plane/pretty_yaml
v0.5.0
Breaking Changes
- Removed
useTabs
option since YAML doesn't allow tabs as indentation.
Features
- Added
forceDouble
andforceSingle
toquotes
option. These two options behave as previouspreferDouble
andpreferSingle
, and currently if usingpreferDouble
andpreferSingle
, quotes won't be changed when there're quotes inside strings. - Added
preferSingleLine
option.
v0.4.0
Features
- formatter: add
trim_trailing_zero
option
v0.3.0
Features
- formatter: optimize whitespaces after colon in block map
- formatter: add
trim_trailing_whitespaces
option
v0.2.0
Features
- formatter: optimize trailing comments of block collection
- formatter: add
dashSpacing
option
Fixes
- formatter: fix invalid block sequence indent when indent width is greater than 2
v0.1.0
Initial release.