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

v2.1.0

Compare
Choose a tag to compare
@dennwc dennwc released this 24 Aug 14:58
· 191 commits to master since this release

New features

  • Support external UAST nodes implementation
  • Expose flat UAST representation

Fixes

  • Add missing Uint node kind to the enumeration
  • Specify a correct version range in the Gopkg.toml
  • Revert v1 mode from Semantic to Annotated
  • Push docker images to the latest tag
  • Support timeouts for read/write/close for the native driver

Improvements for new drivers

  • Add a missing import in the driver skeleton files
  • Fix git hash handling when the driver repository has no commits
  • Handle case when only Gopkg.toml exists, while Gopkg.lock is missing
  • Remove unused OS argument from a driver init command
  • Add files generated by SDK tools and Dep to git automatically
  • Add basic native.sh script to the driver skeleton
  • Skip adding git configs to git staging area
  • Set better default in build.yml
  • Update manifest and readme templates