Skip to content

Releases: bblfsh/web

v0.11.4

28 Oct 11:56
01521fa
Compare
Choose a tag to compare

Features

  • Use logging level from LOG_LEVEL environment value #227
LOG_LEVEL={debug,info,warning error} ./bblfsh-web -bblfsh-addr <bblfsh-server-addr>

v0.11.3

08 Aug 12:43
73f2105
Compare
Choose a tag to compare

Bug fix:

  • Support search results with values only #224

v0.11.2

17 Jul 10:28
dfb7c50
Compare
Choose a tag to compare
  • Update helm deployment

v0.11.1

11 Jun 10:27
c7adde0
Compare
Choose a tag to compare

Bug fix:

  • No UAST is rendered for a valid query #215

v0.11.0

30 Apr 12:28
9ac15b7
Compare
Choose a tag to compare

Bug Fixes

  • Fix uast cleaning on parse #188
  • Fix errors popup overflow #189
  • Handle timeout correctly #187

Internal changes

  • Migrates to go-client #213
  • Refactor styling #214

v0.10.0

12 Mar 12:38
72fe2ea
Compare
Choose a tag to compare

Features

  • Add syntax highlighting support for C# #191
  • C# example #193
  • Show installed drivers versions #202

Bug fixes

  • Fix error handling #197
  • Fix js example file #197
  • Fix blank screen after parsing in some cases #200

v0.9.0

22 Jan 11:10
fdaa7e5
Compare
Choose a tag to compare

Features

  • #185 Let the playground to be server behind a proxy with a path other than /

v0.8.2

22 Nov 19:09
a9cf8bd
Compare
Choose a tag to compare

Internal release to enable continuous integration.

v0.8.1

02 Nov 11:45
Compare
Choose a tag to compare

Bug fixes

  • Show not found message when search results are empty
  • Fix problem when uast tree doesn't react on click somethimes
  • Remove cgo dependencies from build

v0.8.0

25 Oct 13:42
Compare
Choose a tag to compare

Breaking Changes:

  • requires bblfshd 2.9.x
  • image default port changed from 80 to 8080

Features

  • UAST2
  • Support different modes Semantic/Annotated/Native
  • Lazy connection to bblfshd server

Bug Fixes

  • Improve accessibility of node hover color