Releases: dreadl0ck/zeus
Releases · dreadl0ck/zeus
v0.9.14
Changelog
- 03a0f95 feat: add zeusutils.Prompt to read user input, switch to SplitN for arg parsing, only trim whitespace fro m loaded args, added LoadArgs and TrimStringLiterals utils
v0.9.13
Changelog
- 8ad10e6 bump version, goreleaser use clean flag
- d154eb2 fix: error dump creation might fail if workingDir was changed, always use project root to create it in the correct path, extended unit tests
- c1666e1 fix: improve arg parsing to tolerate = signs in values (for example in urls)
- 5fdeedc feat: add zeusutils pkg with utils for implementing commands in Go
v0.9.12
Changelog
- dde4681 fix: bug when using urls as default string argument values
v0.9.9
Changelog
2760058 chore: bump version
1addb08 fix: parse arguments for subcommands
v0.9.8
Changelog
7a209ff use an array instead of a map for the arguments, to avoid issues with processing order
4b20459 disable dumping scripts on error in default config
v0.9.7
Changelog
7e2439b added support to use zeus globals and args in command path fields, added support to use env vars in globals
v0.9.6
Changelog
96c62b6 added support to use resolve home directory, globals and arguments in workingDir
v0.9.5
Changelog
0d767fe version bump
90ed343 update commandsFile extension mechanism: extends VS includes