Releases: arikkfir/command
Releases · arikkfir/command
v0.8.1
Compare
Sorry, something went wrong.
No results found
What's Changed
fix(flags): apply CLI and environment vars values for post-run hooks by @arikkfir in #25
test(flags): add testing of parsing of all supported types from env-vars by @arikkfir in #24
Full Changelog : v0.8.0...v0.8.1
v0.8.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.7.0...v0.8.0
v0.7.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat(execute): add OS-signal aware execution entrypoint by @arikkfir in #19
fix(execute): use fresh context for post-run hooks by @arikkfir in #20
fix(signal): remove call to os.Exit to ensure app cleanups are run by @arikkfir in #21
security(dependencies): bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #18
Full Changelog : v0.6.0...v0.7.0
v0.6.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat(hooks): provide a single list of hooks on command creation by @arikkfir in #17
Full Changelog : v0.5.1...v0.6.0
v0.5.1
Compare
Sorry, something went wrong.
No results found
What's Changed
bug(flags): bool flags still fail validation despite default value by @arikkfir in #14
Full Changelog : v0.5.0...v0.5.1
v0.5.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat(command): add support for post-run hooks by @arikkfir in #12
bug(flags): required flags with default value still failed validation by @arikkfir in #13
Full Changelog : v0.4.0...v0.5.0
v0.4.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat(command): support non-executable commands by @arikkfir in #11
security(dependencies): bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #10
Full Changelog : v0.3.0...v0.4.0
v0.3.0
Compare
Sorry, something went wrong.
No results found
What's Changed
security(dependencies): bump github.com/arikkfir/justest from 0.2.0 to 0.3.1 by @dependabot in #6
refactor: major overhaul of API by @arikkfir in #9
New Contributors
Full Changelog : v0.2.1...v0.3.0
v0.2.1
Compare
Sorry, something went wrong.
No results found
What's Changed
fix(presubcommandrun): fix panic when parent-hook is not specified by @arikkfir in #5
Full Changelog : v0.2.0...v0.2.1
v0.2.0
Compare
Sorry, something went wrong.
No results found
What's Changed
feat(presubcommandrun): pre-run hook for parent commands by @arikkfir in #4
Full Changelog : v0.1.0...v0.2.0