yj v4.0.0
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.