Skip to content

Releases: sagiegurari/duckscript

duckscript v0.8.9

01 Nov 14:59
Compare
Choose a tag to compare

duckscript v0.8.8

01 Nov 14:42
Compare
Choose a tag to compare

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

duckscript v0.8.7

21 Sep 14:05
Compare
Choose a tag to compare
  • New digest command #196
  • New sha256sum command #196
  • New sha512sum command #196
  • SDK docs now escape github emojis

duckscript v0.8.6

20 Sep 13:50
Compare
Choose a tag to compare

Fix glob_cp command to support absolute paths #197

duckscript v0.8.5

13 Sep 17:37
Compare
Choose a tag to compare
  • 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

duckscript v0.8.4

23 Jul 13:19
Compare
Choose a tag to compare
  • New lowercase command #183 (thanks @asvln)
  • New uppercase command #183 (thanks @asvln)
  • New camelcase command #183 (thanks @asvln)
  • New snakecase command #183 (thanks @asvln)
  • New kebabcase command #183 (thanks @asvln)
  • Docs - update --collection documentation for json_parse and json_encode commands #175

duckscript v0.8.3

09 Jul 22:44
Compare
Choose a tag to compare
  • Fix release with recursive flag to support set data structures as well.
  • New --collection flag to json_parse command which returns maps/arrays instead of variables #175
  • New --collection flag to json_encode command which encodes maps/arrays instead of variables #175

duckscript v0.8.2

04 Jun 13:16
Compare
Choose a tag to compare

Upgrade dependencies #179

duckscript v0.8.1

09 Apr 16:14
Compare
Choose a tag to compare

New gitignore_path_array command

duckscript v0.8.0

08 Mar 22:56
Compare
Choose a tag to compare

Runtime - [Breaking Change] Make script errors chainable.