Skip to content

v5.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 20:42
· 92 commits to master since this release

Changelog

  • cdf80e9 - [+] publishing to central cloudsmith repo
  • 7107b11 - [#] version 5.1.8
  • 7bf21a8 - [#] update usage help text
  • f93a56a - [#] refactor read from stdin into ReadYamlFile()
  • 193c472 - [-] remove TryToReadYamlFile as YAML is a superset of JSON and read Json just as fine
  • 4e547a7 - [!] reverse the TryToRead order; OK for both Json and Yaml
  • bd5a040 - [+] add TryToReadJsonFile; OK for Json but NOK for Yaml
  • b33904d Update using_easygen.md
  • 0820ae1 Merge pull request #34 from go-easygen/fix/33
  • bedef7c - [#] break up the Go flag template init() function
  • 7ab237a Merge pull request #32 from go-easygen/fix/30
  • 29efa4c - [!] allow the Go flag template to have shorthand options, for string type too
  • 3209ec8 Merge pull request #31 from go-easygen/fix/30
  • 2e333fc - [+] allow the Go flag template to have shorthand options, closes #30
  • d5fcb47 - [+] using_easygen.md catch up wiki with more built-in function examples