Releases: bblfsh/csharp-driver
Releases · bblfsh/csharp-driver
v1.7.1
- Fixed splitting of UTF-8 comments in Semantic mode
- Update Go to 1.13
- Update SDK to 3.3.1
v1.7.0
Fixes
- Properly set token for literals in
Annotated
mode.
- Fix Unicode positions.
Updates
v1.6.0
- Updated SDK and enabled language aliases support.
v1.5.0
- Switch to Go modules and SDKv3 (backward compatible).
v1.4.2
- Update SDK to the latest 2.16.x version
v1.4.1
- SDK updated to the latest 2.15.x release
v1.4.0
Fixed and added support for the following nodes:
- Static import statements.
- Import aliases.
- Base initializer in constructors.
- Attribute lists for methods.
- Arrow expressions for methods.
- Method modifiers (
public
, static
).
- Other unhandled fields for methods.
- Support comments properly.
v1.3.0
- Fix an error when processing some comment nodes.
- Properly re-parent comments, so they appear in Semantic mode.
v1.2.0
- Remove unused
SkippedToken
trivia.
- Convert string literals in interpolation expressions to
uast:String
.