Skip to content

Releases: herrjulz/goml

GOML 0.9.0

13 Feb 13:32
Compare
Choose a tag to compare

This release upgrades golang to 1.19

GOML 0.8.0

21 Feb 07:55
Compare
Choose a tag to compare

It is time for a new Goml release :)

  • Upgrade to Go v1.17 (#12 & #10)
  • Return OS exit code 1 when a command fails (#9)
  • Prints errors to StdErr (#7)

GOML v0.7.0

07 Aug 11:46
Compare
Choose a tag to compare

New Features

goml paths

With goml paths you can retrieve all key paths of a YAML file:

$ goml paths -f <path-to-yaml-file>

GOML v0.6.0

30 Jul 14:38
Compare
Choose a tag to compare

New Features

  • Allow manipulating top level arrays (#6)

Thanks @petergtz 👍

GOML v0.5.0

17 Jul 14:30
Compare
Choose a tag to compare

New Features

  • --dry-run|-d option for set: Results of goml set can be printed to stdout
  • New set syntax: In addition to the --value|-v parameter a value can directly be provided with the property string (provided with --prop|-p parameter), using = as separator.

GOML v0.4.0

04 Jul 09:05
Compare
Choose a tag to compare

New Features

  • goml creates non existing paths using set
  • Additional delimiter | added. This is useful if yaml keys are containing :.

Goml v0.3.0

28 Aug 14:18
Compare
Choose a tag to compare

More Goml functions can be now used as library

GOML v0.2.0

19 Jul 08:12
Compare
Choose a tag to compare

Bug Fix:

  • enable goml to get, delete float values

First Release

07 Apr 11:09
Compare
Choose a tag to compare
v0.1.0

update gitignore