Skip to content

Releases: bblfsh/csharp-driver

v1.7.1

25 Oct 13:38
Compare
Choose a tag to compare
  • Fixed splitting of UTF-8 comments in Semantic mode
  • Update Go to 1.13
  • Update SDK to 3.3.1

v1.7.0

03 Oct 11:09
Compare
Choose a tag to compare

Fixes

  • Properly set token for literals in Annotated mode.
  • Fix Unicode positions.

Updates

  • Update SDK to v3.2.4.

v1.6.0

28 May 14:42
Compare
Choose a tag to compare
  • Updated SDK and enabled language aliases support.

v1.5.0

17 Apr 16:42
Compare
Choose a tag to compare
  • Switch to Go modules and SDKv3 (backward compatible).

v1.4.3

08 Apr 20:19
Compare
Choose a tag to compare
  • Update SDK to v2.16.4.

v1.4.2

26 Mar 09:45
Compare
Choose a tag to compare
  • Update SDK to the latest 2.16.x version

v1.4.1

19 Mar 07:46
Compare
Choose a tag to compare
  • SDK updated to the latest 2.15.x release

v1.4.0

19 Feb 20:58
Compare
Choose a tag to compare

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

11 Feb 13:39
Compare
Choose a tag to compare
  • Fix an error when processing some comment nodes.
  • Properly re-parent comments, so they appear in Semantic mode.

v1.2.0

05 Feb 20:08
Compare
Choose a tag to compare
  • Remove unused SkippedToken trivia.
  • Convert string literals in interpolation expressions to uast:String.