Releases: brumhard/alligotor
Releases · brumhard/alligotor
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
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