Skip to content

Releases: g-plane/pretty_yaml

v0.5.0

25 Aug 10:24
v0.5.0
5dfb6c2
Compare
Choose a tag to compare

Breaking Changes

  • Removed useTabs option since YAML doesn't allow tabs as indentation.

Features

  • Added forceDouble and forceSingle to quotes option. These two options behave as previous preferDouble and preferSingle, and currently if using preferDouble and preferSingle, quotes won't be changed when there're quotes inside strings.
  • Added preferSingleLine option.

v0.4.0

20 Jul 10:02
v0.4.0
3decc5c
Compare
Choose a tag to compare

Features

v0.3.0

09 Jul 14:05
v0.3.0
6093602
Compare
Choose a tag to compare

Features

v0.2.0

06 Jul 03:48
v0.2.0
be071a8
Compare
Choose a tag to compare

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

04 Jul 08:07
v0.1.0
444cc16
Compare
Choose a tag to compare

Initial release.