Releases: sagiegurari/duckscript
Releases · sagiegurari/duckscript
duckscript v0.7.4
Fix flow control commands scope handling of call info stack
duckscript v0.7.3
New hex_decode and hex_encode command #166 (thanks @umaYnit)
duckscript v0.7.2
- rm command support for multiple paths.
- Fix: Command
rm
remove file with flag -r
#158 (thanks @umaYnit)
- Upgraded rand 0.8
duckscript v0.7.1
- Checked in Cargo.lock to help linux distributions package the duckscript CLI #146
- Alpine linux installation instructions #148 (thanks @jirutka)
duckscript v0.7.0
- Runtime - [Breaking Change] Break with an error if exit code with non zero value #144
- Adding --silent flag for spawn command #142
duckscript v0.6.9
- New while loop command #138
- New linter CLI command #139
duckscript v0.6.8
Runtime - Fix variable expansion and support single $ and % characters #132
duckscript v0.6.7
- New --get-exit-code flag for exec command #127
- New random_range and random_text commands #128
- New semver_parse, semver_is_equal and semver_is_newer commands #129
- New is_command_defined command #130
duckscript v0.6.6
Bug fix in exec command with fail on error flag.
duckscript v0.6.5
- Bug fix in substring when using negative end index only.