Releases: tree-sitter/tree-sitter-bash
Releases · tree-sitter/tree-sitter-bash
v0.23.3
v0.23.2
NOTE: Download tree-sitter-bash.tar.xz
for the complete source code.
v0.20.5
v0.20.3
What's Changed
- fix: heredocs with many trailing file redirects by @ahlinc in #197
- fix: don't expose
\n
rule anchors as visible anonymous nodes by @ahlinc in #198 - fix: restore missed
redirect
field by @ahlinc in #200 - fix: alias
simple_heredoc_body
toheredoc_body
by @ahlinc in #201
Full Changelog: v0.20.2...v0.20.3
v0.20.2
v0.20.1
v0.20.0
What's Changed
- Fix Cargo repository URL by @Sighery in #97
- fix: escaped newline immediately after a char, resolves #100 by @ahlinc in #102
- Fixed CRLF behavior for tests, run tests on all platforms in GitHub CI by @ahelwer in #106
- Support for 'select' loops by @mjambon in #111
- Add support for 'until' loops by @mjambon in #112
- Handle words containing bare '#' by @oxalica in #109
- adding zsh expansion flags by @ryaminal in #115
- Update CI by @verhovsky in #131
- Update Cargo.toml by @nokome in #117
- Rename ansii_c_string and string_expansion by @verhovsky in #121
- rust: enables highlights query by @Dav1dde in #132
- Swift Package Manager by @lukepistrol in #124
- Fix scanning of heredoc_body to allow empty bodies by @jaopaulolc in #137
- [fix] Here-documents: parse a “real” shell word (or close enough) after
<<
by @domq in #142 - Parse Bash's tests by @verhovsky in #135
- Fix CI by @verhovsky in #145
- Support file descriptors for here docs/strings by @verhovsky in #156
- Support optional opening paren in case by @verhovsky in #157
- Highlight "select" and "until" as keywords by @verhovsky in #168
- Undo misguided package.json changes by @verhovsky in #173
- Restore prebuild dependencies by @verhovsky in #174
- feat: rewrite the scanner in C by @amaanq in #179
- fix: make helper functions static to avoid compilation conflicts with other parsers by @amaanq in #182
- Fixes by @amaanq in #186
- fix: negated variable assignments in if statements by @kelly-lin in #183
- Fixes by @amaanq in #187
New Contributors
- @Sighery made their first contribution in #97
- @ahlinc made their first contribution in #102
- @ahelwer made their first contribution in #106
- @mjambon made their first contribution in #111
- @oxalica made their first contribution in #109
- @ryaminal made their first contribution in #115
- @verhovsky made their first contribution in #131
- @nokome made their first contribution in #117
- @Dav1dde made their first contribution in #132
- @lukepistrol made their first contribution in #124
- @jaopaulolc made their first contribution in #137
- @domq made their first contribution in #142
- @kelly-lin made their first contribution in #183
Full Changelog: v0.19.0...v0.20.0
v0.19.0
0.19.0
v0.16.1
0.16.1
v0.16.0
0.16.0