What's Changed
- Allow using
break
andcontinue
within nested scopes. - Add builtin flags parser. learn more
- Support
return
keyword. - Support
unset
builtin command. - Support indexed arrays.
full changelog
- fix: running
bunster get
to get packages that already available locally skips writing tobunster.yml
by @yassinebenaid in #255 - allow use of
break
andcontinue
in nested scopes by @yassinebenaid in #256 - support the
return
keyword by @yassinebenaid in #257 - bug fix: comments are not recognized in compounds by @yassinebenaid in #258
- support
unset
keyword by @yassinebenaid in #259 - support indexed arrays by @yassinebenaid in #261
- support parameter expansion on arrays and positionals by @yassinebenaid in #263
- added builtin flags parser by @yassinebenaid in #264
- Update copyright date by @xplshn in #265
- add brew installation by @yassinebenaid in #266
- cleanup by @yassinebenaid in #267
New Contributors
Full Changelog: v0.12.1...v0.13.0