Skip to content

Releases: sagiegurari/duckscript

duckscript v0.7.4

05 Mar 11:19
Compare
Choose a tag to compare

Fix flow control commands scope handling of call info stack

duckscript v0.7.3

01 Mar 17:33
Compare
Choose a tag to compare

New hex_decode and hex_encode command #166 (thanks @umaYnit)

duckscript v0.7.2

23 Jan 10:36
Compare
Choose a tag to compare
  • 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

13 Dec 19:05
Compare
Choose a tag to compare
  • Checked in Cargo.lock to help linux distributions package the duckscript CLI #146
  • Alpine linux installation instructions #148 (thanks @jirutka)

duckscript v0.7.0

26 Nov 10:59
Compare
Choose a tag to compare
  • 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

16 Nov 10:38
Compare
Choose a tag to compare
  • New while loop command #138
  • New linter CLI command #139

duckscript v0.6.8

01 Oct 20:47
Compare
Choose a tag to compare

Runtime - Fix variable expansion and support single $ and % characters #132

duckscript v0.6.7

27 Aug 09:58
Compare
Choose a tag to compare
  • 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

14 Aug 16:28
Compare
Choose a tag to compare

Bug fix in exec command with fail on error flag.

duckscript v0.6.5

31 Jul 11:03
Compare
Choose a tag to compare
  • Bug fix in substring when using negative end index only.