Skip to content

yj v4.0.0

Compare
Choose a tag to compare
@sclevine sclevine released this 06 May 21:35

Release Notes

Features

  • Add -i flag to indent JSON and TOML output (#4).

Breaking Changes

  • TOML output is now unindented by default. Pass -i to use the previous behavior.

    BurntSushi/toml applies more aggressive indentation compared to the examples in the TOML spec, and the TOML spec does not recommend (or recommend against) indenting. Opt-in indentation seems preferable.