Dreadl0ck Zeus Versions Save

An Electrifying Build System

v0.9.14

11 months ago

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

11 months ago

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

2 years ago

Changelog

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

v0.9.11

2 years ago

Changelog

  • 4c00f55 arm64

v0.9.10

2 years ago

Changelog

  • 7e0bcdd disable cgo
  • 06f373e try goarm field
  • ca7fee9 disable rice hook
  • 26360f4 add arm64 and update git log cmd

v0.9.9

2 years ago

Changelog

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

v0.9.8

3 years ago

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

3 years ago

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

3 years ago

Changelog

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

v0.9.5

3 years ago

Changelog

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