Skip to content

Releases: freshautomations/stoml

v0.7.1

29 Oct 03:16
4b2cd09
Compare
Choose a tag to compare
Build binaries for Apple Silicon (#13)

* Build darwin/arm64 version on CI
* Update `x/sys` to a newer version with support for darwin/arm64

v0.7.0

28 May 03:33
f5dab84
Compare
Choose a tag to compare

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

28 May 03:19
33a4393
Compare
Choose a tag to compare
  • 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

14 May 12:18
b175578
Compare
Choose a tag to compare
Corrected version number

v0.6.0

07 May 01:52
4eb77bc
Compare
Choose a tag to compare
  • 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

06 May 07:54
9faa574
Compare
Choose a tag to compare
  • 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

07 Aug 21:18
87b9a0d
Compare
Choose a tag to compare
v0.4.0 - changed slice presentation

v0.3.0

05 Mar 18:27
Compare
Choose a tag to compare
v0.3.0 - better output for lists: no brackets are displayed

v0.2.0

15 Feb 20:44
Compare
Choose a tag to compare
v0.2.0 release.