duckscript/test/std
2024-01-19 07:33:48 +00:00
..
collections Maintenance: Replace math evaluation crate to evalexpr 2023-04-22 19:36:29 +00:00
debug The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
env more tests and docs 2021-09-13 17:05:33 +00:00
flowcontrol Fix: if/else condition with a command that accepts empty values 2024-01-19 07:33:48 +00:00
fs update changelog/zip/unzip naming and add tests #294 2023-01-21 15:22:50 +00:00
hash New digest, sha256sum and sha512sum commands #196 2021-09-21 13:23:57 +00:00
json New --collection flag to json_encode command which encodes maps/arrays instead of variables #175 2021-07-09 22:19:15 +00:00
math Maintenance: Replace math evaluation crate to evalexpr 2023-04-22 19:36:29 +00:00
net rust upgrade 2023-05-23 18:07:42 +00:00
on_error The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
process Fix: watchdog command support for unlimited retries 2022-10-17 05:26:39 +00:00
random New random_range and random_text commands #128 2020-08-27 08:56:51 +00:00
scope New scope_push_stack and scope_pop_stack commands 2020-07-24 12:21:47 +00:00
semver New semver_parse, semver_is_equal and semver_is_newer commands #129 2020-08-26 21:30:07 +00:00
string Standardize case conversion command name and implement kebabcase 2021-07-17 16:05:05 -04:00
time The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
var New unset_all_vars command 2020-07-31 09:31:27 +00:00
is_command_defined_test.ds New is_command_defined command #130 2020-08-27 09:10:11 +00:00
noop_test.ds New noop command 2020-07-03 08:57:23 +00:00
not_test.ds The if/else and not commands now support complex conditions 2020-02-05 19:09:27 +00:00
print_test.ds New print and println commands which support styled output (color and style) #203 2021-11-01 14:15:20 +00:00
println_test.ds Fix: if/else condition with a command that accepts empty values 2024-01-19 07:33:48 +00:00
release_test.ds Fix release with recursive flag to support set data structures as well 2021-06-26 10:57:58 +00:00