duckscript/test/std
2021-07-17 16:05:05 -04:00
..
collections fix test 2020-07-02 15:20:32 +00:00
debug The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
env New which command 2020-04-14 22:55:58 +00:00
flowcontrol More flow control tests #138 2020-11-16 09:58:51 +00:00
fs New gitignore_path_array command 2021-04-09 15:48:25 +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 New hex_decode and hex_encode command #165 2021-02-21 18:36:56 +08:00
net New ftp_put and ftp_put_in_memory commands 2020-06-30 21:23:59 +00:00
on_error The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
process New Enable to error an exec command via new --fail-on-error flag #108 2020-06-04 16:34:14 +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
release_test.ds Fix release with recursive flag to support set data structures as well 2021-06-26 10:57:58 +00:00