Releases: bblfsh/bash-driver
Releases · bblfsh/bash-driver
v2.7.2
- Fixed splitting of UTF-8 comments in Semantic mode
- Updated Go to 1.13
- Updated SDK to 3.3.1
v2.7.0
- Updated SDK and enabled language aliases support.
v2.6.0
- Switch to Go modules and SDKv3 (backward compatible).
v2.5.1
- Update SDK to the latest 2.16.x version
v2.5.0
- Updated SDK to the latest 2.15.x version
- Driver now correctly expands backquote commands and handles string variable substitution
v2.4.0
- Removes the
#
from non semantic UAST to be in line with other drivers.
- Fix semantic comments; there weren't being promoted right. Add
Comment
to blocklist so this is detected in the future (they were, but lowercased).
- Update to SDK 2.13.4.
v2.3.2
- Changed format of commons lang dependency.
v2.3.1
- Add missing dependency and regression test.