Skip to content

v1.1.0-beta

Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 02 Apr 00:27
· 869 commits to beta since this release

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 () when function keyword is used
  • Implementation of (nearly) accurate behavior of read and set toward IFS
  • Enable to refer positional parameters after ${10}
  • Implementation of globstar

Full Changelog: v1.0.8...v1.1.0