v0.9.0
New Features
- support
forloop - support
localkeyword for declaring local variables - support
exportkeyword for declaring exported variables - support
loadenvbuiltin command to load variables from.envfiles - support
trueandfalsebuiltin commands
Chanelog
- Support
forloop (range) by @yassinebenaid in #177 - Added missing tests by @yassinebenaid in #179
- Fix link to goals/vision in README by @ianwalter in #181
- Support
localvariables by @yassinebenaid in #180 - Support
exportbuiltin by @yassinebenaid in #182 - Fix: function declaration in subshells afects global shell && exiting the program does not give enough time for stream manager to be destroyed by @yassinebenaid in #187
- Fix function's exit code is always zero by @yassinebenaid in #188
- Support
loadenvbuiltin command by @yassinebenaid in #189 - Rewrite documentation by @yassinebenaid in #190
- bump release version by @yassinebenaid in #191
New Contributors
- @ianwalter made their first contribution in #181
Full Changelog: v0.8.0...v0.9.0