Releases: freshautomations/stoml
Releases · freshautomations/stoml
v0.7.1
v0.7.0
This release is only breaking because error messages are going to stderr now, instead of stdout.
In 0.6.2 the new features -s
and -m
were introduced, look them up. In this release a bugfix was introduced to -s
which kept it quiet even when -q
was not used. Not it gives an error message when necessary.
v0.6.2
- Introduced
-s
(strict) that will exit with an error code if the requested entry doesn't exist, is an empty string, or only consists of whitespaces. - Introduced
-m
(multi) that will read the property as a string, instead of piecing it together with spaces. This is useful when you have a multi-line string in your configuration that you want to print as multi-line, instead of space-concatenated lines.
v0.6.1
Corrected version number
v0.6.0
- Upgraded to latest viper and cobra
- Updated documentation and added a list of known bugs
- INI files are now treated simpler (see documentation)
v0.5.0
- Added
-q
quiet flag to suppress error messages - Reorganized code to show less text for errors
- Updated dependent libraries
- Released ARMv7 version, removed Darwin 32-bit version
(Kept everything else compatible with v0.4.0 for now.)
v0.4.0
v0.4.0 - changed slice presentation
v0.3.0
v0.3.0 - better output for lists: no brackets are displayed
v0.2.0
v0.2.0 release.