Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 10:24
· 2 commits to main since this release
v0.5.0
5dfb6c2

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.