Skip to content

Releases: brumhard/alligotor

v0.3.6

10 Sep 00:02
Compare
Choose a tag to compare

What's Changed

  • Update golangci/golangci-lint-action action to v6 by @renovate in #31
  • Update actions/checkout action to v4 by @renovate in #28
  • Fix lint issues

Full Changelog: v0.3.5...v0.3.6

v0.3.5

09 May 08:07
Compare
Choose a tag to compare

What's Changed

Dependency updates and some linter fixes

Full Changelog: v0.3.4...v0.3.5

v0.3.4

08 Sep 11:13
Compare
Choose a tag to compare

Update dependencies

v0.3.3

30 Apr 15:56
Compare
Choose a tag to compare

Update to go1.18, dependency updates

v0.3.2

02 Sep 06:26
Compare
Choose a tag to compare

Dependency updates

v0.3.1

30 Mar 20:22
Compare
Choose a tag to compare

Fix bug in ReadersSource that struct properties are overwritten with zero value if not all struct properties are set

v0.3.0

28 Mar 17:03
Compare
Choose a tag to compare

This release includes breaking changes when coming from v0.2.0 since some method signatures changed.

Changes:

  • add support for io.Reader, fs.FS
  • add support for overwrite of struct base names
  • add support for glob patterns to find files
  • use "." as default flag separator
  • return err if help requested in flags

v0.2.0

14 Mar 12:56
Compare
Choose a tag to compare

The release includes breaking changes when coming from 0.1.x versions since the constructor and also struct tags usage was changed.

Changes:

  • abstraction of all sources to implement an interface -> better customizability
  • usage info for flags
  • overwrite of auto generated field names with struct tags
  • see README.md for more

v0.1.2

02 Jan 16:27
Compare
Choose a tag to compare

Add constructor for collector with functional options

v0.1.1

29 Dec 12:02
Compare
Choose a tag to compare

Minimized dependencies