Skip to content

Releases: dreadl0ck/zeus

v0.9.14

28 Jun 09:01
Compare
Choose a tag to compare

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

28 Jun 08:04
Compare
Choose a tag to compare

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

27 Jan 14:42
Compare
Choose a tag to compare

Changelog

  • dde4681 fix: bug when using urls as default string argument values

v0.9.11

10 Jan 14:49
Compare
Choose a tag to compare

Changelog

v0.9.10

10 Jan 14:48
Compare
Choose a tag to compare

Changelog

v0.9.9

04 Sep 18:40
Compare
Choose a tag to compare

Changelog

2760058 chore: bump version
1addb08 fix: parse arguments for subcommands

v0.9.8

18 Feb 16:24
Compare
Choose a tag to compare

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

18 Feb 15:11
Compare
Choose a tag to compare

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

18 Feb 12:05
Compare
Choose a tag to compare

Changelog

96c62b6 added support to use resolve home directory, globals and arguments in workingDir

v0.9.5

18 Feb 11:07
Compare
Choose a tag to compare

Changelog

0d767fe version bump
90ed343 update commandsFile extension mechanism: extends VS includes