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

Releases: bblfsh/javascript-driver

v2.10.2

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

v2.10.1

16 Oct 13:57
Compare
Choose a tag to compare
  • Add a missing exponent operator to annotations.

v2.10.0

03 Oct 11:06
Compare
Choose a tag to compare

Fixes

  • Process Directive and RegExp literals.

Changes

  • Rename value field for literals to @token and set normalized value.

Updates

  • Switch to Babel parser.
  • Update SDK to v3.2.4.
  • Update JS dependencies.

v2.9.0

28 May 14:37
Compare
Choose a tag to compare
  • Fixes for string escaping and string literals.
  • Updated SDK and enabled language aliases support.

v2.8.0

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

v2.7.3

09 Apr 16:02
@bzz bzz
Compare
Choose a tag to compare

Bugs fixed

  • Positions treated as UTF-16 code units offsets, to avoid rune out of bounds #71
  • unified comments handling for all nodes, includes previously failing JSXIdentifer #69
  • better single-quote escape sequence handling #79
  • using latest SDK 2.16.4
  • stable parse results on a big repository #54

Known issues

Last 2 open know issues are tracked under v2.7.x milestone

v2.7.2

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

v2.7.1

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

v2.7.0

15 Mar 11:56
@bzz bzz
7a2e9d1
Compare
Choose a tag to compare
  • SDK updated to latest 2.14.x
  • Node JSXIdentifier is now mapped to uast:Identifier
  • Many bugs fixed in this milestone

v1.3.0

13 Mar 14:41
@bzz bzz
41bb45f
Compare
Choose a tag to compare

Proper version number in driver binary (using latest SDK v1.17) #55