Releases: sagiegurari/duckscript
Releases · sagiegurari/duckscript
duckscript v0.8.9
release
duckscript v0.8.8
New print and println commands which support styled output (color and style) #203
duckscript v0.8.7
duckscript v0.8.6
Fix glob_cp command to support absolute paths #197
duckscript v0.8.5
- 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
- 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
duckscript v0.8.2
Upgrade dependencies #179
duckscript v0.8.1
New gitignore_path_array command
duckscript v0.8.0
Runtime - [Breaking Change] Make script errors chainable.