New Features
- support
for
loop - support
local
keyword for declaring local variables - support
export
keyword for declaring exported variables - support
loadenv
builtin command to load variables from.env
files - support
true
andfalse
builtin commands
Chanelog
- Support
for
loop (range) by @yassinebenaid in #177 - Added missing tests by @yassinebenaid in #179
- Fix link to goals/vision in README by @ianwalter in #181
- Support
local
variables by @yassinebenaid in #180 - Support
export
builtin 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
loadenv
builtin 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