v1.1.0-beta
Additional implementation
- Addition on
printf
command- added "%x", "%X" as the formatter
- fixed behavior of "%q"
- enabled to repeatedly output when arguments are more than formatters
- support of format by number on "%d", "%s", "%X" (e.g. "%010d")
- Implementation of
let
command - Support of definition of functions without
()
whenfunction
keyword is used - Implementation of (nearly) accurate behavior of
read
andset
towardIFS
- Enable to refer positional parameters after
${10}
- Implementation of globstar
Full Changelog: v1.0.8...v1.1.0