Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
yj-linux | 2019-05-06 | 4.3 MB | |
yj-macos | 2019-05-06 | 4.3 MB | |
yj.exe | 2019-05-06 | 4.3 MB | |
README.md | 2019-05-06 | 442 Bytes | |
yj v4.0.0 source code.tar.gz | 2019-05-06 | 12.9 kB | |
yj v4.0.0 source code.zip | 2019-05-06 | 26.7 kB | |
Totals: 6 Items | 12.9 MB | 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.