What's Changed
- support modules, you can distribute your code across files. lear more
- support arithmetic expressions
$(())
,(())
andlet
. lear more - fix bugs in embedding
- fix bugs in pipelines
Full changelog
- pipelines: commands within pipeline to run in a sub-shell by @yassinebenaid in #224
- embedding: fix embedding nested paths panics by @yassinebenaid in #225
- Support arithmetic operations by @yassinebenaid in #226
- Support
let
keyword for evaluating arithmetic expressions by @yassinebenaid in #228 - arithmetics: support
for ((...))
loop by @yassinebenaid in #229 - add modules support by @yassinebenaid in #231
- Docs update by @yassinebenaid in #233
- cleanup by @yassinebenaid in #234
Full Changelog: v0.10.0...v0.11.0