Skip to content

Releases: arikkfir/command

v0.8.1

31 Jul 10:51

Choose a tag to compare

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

31 Jul 09:13

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Jul 07:58
48fdfc3

Choose a tag to compare

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

07 Jul 07:58
d9b7479

Choose a tag to compare

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

14 Jun 16:46

Choose a tag to compare

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

14 Jun 12:16

Choose a tag to compare

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

11 Jun 10:27
17f48ae

Choose a tag to compare

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

03 Jun 22:38
7551f50

Choose a tag to compare

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

16 May 19:37
678b328

Choose a tag to compare

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

16 May 19:20
d71d3a0

Choose a tag to compare

What's Changed

  • feat(presubcommandrun): pre-run hook for parent commands by @arikkfir in #4

Full Changelog: v0.1.0...v0.2.0