Releases: projectdiscovery/goflags
Releases · projectdiscovery/goflags
v0.0.9
What's Changed
- Added documentation for goflags by @Ice3man543 in #58
- Added tests for goflags by @Mzack9999 in #59
- Added help menu by group name support by @Ice3man543 in #66
- Fixed bug to display only error upon invalid cli input @Ice3man543 in #66
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Standardized stringslice by @Mzack9999 in #52
- Added delete key helper for runtime map by @Mzack9999 in #28
- Added creategroup helper by @Mzack9999 in #36
- Added duration type by @Mzack9999 in #51
- Added default config path by @Mzack9999 in #55
- Removed error wraps to enable errors comparison by @Mzack9999 in #43
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
Merge pull request #19 from projectdiscovery/bugfix-stringslice Removing normalization of case-sensitive parameters
v0.0.5
Changes as per review
v0.0.4
Merge branch 'main' of https://github.com/projectdiscovery/goflags in…
v0.0.3
Merge pull request #8 from projectdiscovery/bugfix-malformed-yaml adding native marshaling support
v0.0.2
Fixed incompatible short/long version
v0.0.1
Misc