Duckscript Versions Save

Simple, extendable and embeddable scripting language.

0.9.3

3 months ago
  • Fix: if/else condition with a command that accepts empty values #390
  • Enhancement: dump commands will print to output if no output variable is defined

0.9.2

5 months ago

release

0.9.1

8 months ago

Fix: panic on empty environment variable name provided for set_env command

0.9.0

8 months ago

Fix: Runtime - [Breaking Change] Empty spread should not count as an empty string argument #354

0.8.20

11 months ago

Maintenance: Upgrade dependencies

0.8.19

11 months ago

Maintenance: Upgrade dependencies

0.8.18

1 year ago
  • Fix: fix mv command for files when output does not exist #319 (thanks @burrbull)
  • Maintenance: Replace math evaluation crate to evalexpr
  • Fix: fix array_contains command

0.8.17

1 year ago
  • Enhancement: New zip/unzip commands #294 (thanks @Red-Teapot)
  • Maintenance: Upgrade dependencies

0.8.16

1 year ago

Fix: watchdog command support for unlimited retries

0.8.15

1 year ago

Enhancement: Runtime - Add parser::parse_text_with_source_file #273 (thanks @coolreader18)