Skip to content

v0.2.0

Latest

Choose a tag to compare

@Tygo-van-den-Hurk Tygo-van-den-Hurk released this 25 Aug 08:42
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.2.0
bdec310

Improved SH Grammar!

df85ecd docs(rust): add small paragraph on the program in the rust docs
5626c25 test: add tests for `pipes`, `and_if`, `or_if`, io, and functions
b053a98 feat: add `pipe`, `and_if`, and `or_if` operators
83c194f test: add tests for command substitution
f59612f docs(grammar): add more documentation on assignment rule
b750545 test: add tests for redirects
7c35876 feat: add redirections to command grammar
ebff989 fix(grammar): allow blank lines in the grammar as statements
34b5ad0 test: add tests about whitespace only
8184baa docs(readme): add how to generate shell completions
f194ac3 feat: add auto complete for other shells