github yassinebenaid/bunster v0.12.0

latest releases: v0.14.0, v0.13.0, v0.12.1...
5 months ago

What's Changed

  • Add a package manager 🎉. now you can share and consume modules as libraries. learn more
    bunster get github.com/yassinebenaid/hello-bunster@684da09acea05d9351c4c61d4296bc696f729533
  • Add support for the case..in statement. learn more
    case foo in 
       fo*) echo foobar;;
       *) echo baz;;
    esac
  • Support parameter expansion (eg. ${var:-word}...)
  • New builtin commands: cd, pwd, which, exit
  • Fix bug that causes single quotes to break the parser.
  • Fix redirections on functions does not get inherited

Full Changelog

Full Changelog: v0.11.0...v0.12.0

Don't miss a new bunster release

NewReleases is sending notifications on new releases.