Skip to content

Releases: bblfsh/web

v0.7.0

17 Aug 13:47
6a9a1bf
Compare
Choose a tag to compare

Only rename bblfsh/dashboard to bblfsh/web.

v0.6.1

09 Aug 16:33
3bbcfa9
Compare
Choose a tag to compare
  • Fix help link #138
  • Fix location toggler #146
  • Scroll code panel on UAST node click #137
  • Don't display empty node on error #135
  • Hide examples if there is no driver available #141
  • React 16 (performance improvements) #139
  • Improve accessibility of node hover color #116

v0.6.0

19 Jun 16:51
8095f78
Compare
Choose a tag to compare

No new features but huge internal changes:

  • Use uast-viewer lib
  • Use new bblfsh api public method to get list of drivers

v0.5.1

10 May 14:17
296f785
Compare
Choose a tag to compare

hotfix

#130 Disable service workers

v0.5.0

10 May 06:03
f2b202f
Compare
Choose a tag to compare

major changes

#122 Fetch drivers from bblfshd server
#123 Add new languages examples
#126 Add bash example

minor changes

#124 Enhance language selector (auto mode)

internal changes

#127 Make more verbose the prettier error
#105 Validate commit
#84 Enhance docs

v0.4.1

12 Jan 15:39
Compare
Choose a tag to compare

Small improvements:

  • Improve error message when bblfsh cannot be reached
  • Put children of node to the end
  • Disable highlighting for dirty code
  • Add background to hovered node

v0.4.0

05 Jan 16:12
6e77f41
Compare
Choose a tag to compare

Features:

  • Gist support: #46
  • Add x-path searches: #38
  • Show bblfshd and dashboard version: #49
  • Improve documentation: #37

Some bug fixes and internal improvements.

v0.3.0

04 Oct 15:49
Compare
Choose a tag to compare

New release based on gopkg.in/bblfsh/sdk.v1.1 #58

Other changes:

  • Improve README with development short-guides #59
  • Run bblfsh when user enters, loads an example or changes the language #57
  • Fix recursive expand #54

v0.2.0

19 Sep 21:32
Compare
Choose a tag to compare

New release based on gopkg.in/bblfsh/sdk.v1

v0.1.2

19 Sep 18:21
Compare
Choose a tag to compare

fixes #50

  • set java example as the default one (because java driver is more complete than the python one)
  • replace current examples by better ones
  • decrease font size a 20%
  • move the "RUN Parser" to tthe right of screen
  • remove the "Driver code" label from the octocat icon
  • set 'Hack' as code font

other changes:

  • remove the mocked uast examples (loaded when the user enters the dashboard or loads an example)
  • fix bblfsh url in the footer

image