Releases: bblfsh/python-driver
Releases · bblfsh/python-driver
v1.1.1
03 Oct 10:10
Compare
Sorry, something went wrong.
No results found
Merge pull request #117 from juanjux/fix/tests
Fix .uast files
v1.1.0
03 Oct 09:31
Compare
Sorry, something went wrong.
No results found
Upgrade to SDK 1.1.0.
Several annotation fixes.
v1.0.3
28 Sep 09:03
Compare
Sorry, something went wrong.
No results found
Last release before the refactor upgrade.
Build docker images against SDK 1.0.3 to get the Visibility fix.
v1.0.2
22 Sep 15:23
Compare
Sorry, something went wrong.
No results found
Merge pull request #93 from juanjux/fix/bump_pydetector
Bump pydetector version
v1.0.1
21 Sep 15:03
Compare
Sorry, something went wrong.
No results found
Merge pull request #93 from juanjux/fix/bump_pydetector
Bump pydetector version
v1.0.0
19 Sep 13:50
Compare
Sorry, something went wrong.
No results found
Merge pull request #90 from juanjux/feature/bip003_roles
Upgrades for UAST/SDK v1
v0.8.2
14 Sep 14:15
Compare
Sorry, something went wrong.
No results found
Fixed JSON serialization of complex numbers.
v0.8.1
13 Sep 12:48
Compare
Sorry, something went wrong.
No results found
Merge pull request #88 from juanjux/feature/simplified_astimprover
More simplified AstImprover
v0.8.0
08 Sep 10:41
Compare
Sorry, something went wrong.
No results found
Simplified position handling, removing workarounds and just using what the native AST / tokenizer provides.
Versioned SDK imports.
v0.7.2
22 Aug 12:58
Compare
Sorry, something went wrong.
No results found
Fix incorrect duplicated tokens (#78 ). Fixes #70 .
Fix annotation for CallCallee and related tests (#79 ). Fixes #71 .
Prevent duplicated tokens from happening and related tasks (#80 ). Fixes #75