Releases: snyk/snyk-go-plugin
Releases · snyk/snyk-go-plugin
v1.0.0
<a name"1.0.0">
1.0.0 (2017-08-07)
Bug Fixes
- don't remove the leading
v
from the actual version tags (d0ab0c58) - handle correctly a target project that has no external deps (722ded17)
- if fail parsing the lock file, reject the promise instead of throwing (f23a72bf)
Features
- .travis.yml should publish to npm (315df6f3)
- fail nicely if a pkg can't be resolved (fe2b53a0)
- fully resolve transitive deps even if they are direct deps too (9aae865c)
- generate the
from
array for each pkg in the tree (8ed978cb) - return a basic deep tree of dependecies (a854e18d)
- add deps-tree.go which builds a dependency tree from the target sources (6064a26d)