Duckscript Versions Save

Simple, extendable and embeddable scripting language.

0.8.14

1 year ago
  • Maintenance: Runtime - Update dependencies
  • Maintenance: Migrate from unmaintained ftp crate to suppaftp fork

0.8.13

1 year ago
  • Enhancement: Runtime - Enable to clone duckscript context #253 (thanks waterlens)
  • Enhancement: Support both native TLS via openssl and pure rust TLS #258 (thanks @jirutka)

0.8.12

2 years ago
  • Enhancement: Add support for stdin input passing to child process in exec, watchdog and spawn commands #247
  • Enhancement: Replace native TLS support via openssl with pure rust TLS
  • Update dependencies

0.8.11

2 years ago
  • Fix: Runtime - fix control characters '' parsing and expansion #237
  • Enhancement: New get_file_size/filesize command #222
  • Enhancement: Add include hidden files option for gitignore_path_array command #236 (thanks @Blightbuster)

0.8.10

2 years ago
  • New SDK and cli tls feature to enable usage without tls support (by default enabled)
  • Update dependencies

0.8.9

2 years ago

0.8.8

2 years ago

New print and println commands which support styled output (color and style) #203

0.8.7

2 years ago
  • New digest command #196
  • New sha256sum command #196
  • New sha512sum command #196
  • SDK docs now escape github emojis

0.8.6

2 years ago

Fix glob_cp command to support absolute paths #197

0.8.5

2 years ago
  • New join_path command.
  • New glob_cp command #192
  • set_env command now accepts a map handle and sets all env vars from the map