Releases: bblfsh/ruby-driver
Releases · bblfsh/ruby-driver
v2.9.6
- Fixed splitting of UTF-8 comments in Semantic mode
- Update Go to 1.13
- Update SDK to 3.3.1
v2.9.5
Fixes
- Set correct roles for
Switch
statements.
Updates
v2.9.4
- Switch to Go modules for the build system
v2.9.2
- Update SDK to the latest 2.16.x version
v2.9.1
- Update SDK to the latest 2.15.x version
v2.9.0
- Upgrade to SDK 2.14 and annotate or drop (with "TODO"s) the
nodes failing the new check.
- Fix position annotation.
- Other microfixes.
v2.8.0
- Convert blockarg native types to
uast.Argument
.
- Convert booleans to
uast.Bool
.
- Adds several missing types to
annotation.go
.
- Handle a case where a native type ("nth") child is a raw Integer.
- Add a new benchmark fixture (thanks @tsolakoua!).
v2.7.0
- Remove the removal of
#
in the native driver. This also shows the #
in non semantic code as other drivers do (semantic UAST will keep it removed).
- Update SDK.
v2.6.0
New features
- max gRPC msg size set in server configuration
- OpenTracing support