Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Releases: bblfsh/go-client

v2.6.0

28 Jun 10:43
Compare
Choose a tag to compare
  • Run unit tests for macOS and Windows
  • Return Go error when Fatal status is received via protocol
  • Fix a bug with the C string pool
  • Check that passed UAST is not empty
  • Cache property names list while filtering nodes
  • Make the client code safer

v2.5.2

23 Jun 12:30
Compare
Choose a tag to compare
  • Vendor libuast 1.9.4

v2.5.1

14 Jun 13:49
3528037
Compare
Choose a tag to compare

Fix Makefile for macOS.

v2.5.0

05 Jun 12:09
Compare
Choose a tag to compare
  • Fix ReadFile request on Windows
  • Add SupportedLanguages method

v2.4.3

25 May 11:40
Compare
Choose a tag to compare
  • Throw an error if available GCC version is not enough

v2.4.2

17 Apr 13:39
Compare
Choose a tag to compare
  • Reorder cgo-dependencies and other dependencies to avoid problems

v2.4.1

22 Mar 10:32
Compare
Choose a tag to compare
  • Update libuast dependency to 1.9.1 (fixes a potencial crash with position iterators).

  • Fixes GC-related crashes with Go 1.9+.

v2.4.0

20 Mar 14:05
be2107a
Compare
Choose a tag to compare
  • Add support for position iterator.

v2.3.1

23 Feb 16:29
d0459e1
Compare
Choose a tag to compare
  • Fix typo in Makefile.

v2.3.0

22 Feb 10:51
2a3f77b
Compare
Choose a tag to compare
  • Add bindings for libuast typed filter functions.
  • Bugfixes.