Skip to content

v0.16.0-RC4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 28 Aug 14:07
· 705 commits to master since this release
93275a6

This version introduces an incompatible change processing UASTs. Now the format of UAST returned by the UDF uast is semantic. Previously the format was annotated

A new UDF uast_mode was added to get UASTs in a specific format (semantic, annotated or native). Example:

uast_mode('annotated', blob_content, language(tree_entry_name, blob_content)), '//*[@roleIdentifier]')

Improvements

  • Documentation enhancenments #434, #435
  • Optimize struct layout #437
  • Add regression testing queries #431
  • Remove unused code #445
  • Upgrade bblfsh client and add uast_mode function #439