Releases: pkgjs/detect-node-support
Releases · pkgjs/detect-node-support
v1.2.0
1.2.0 (2020-04-21)
Features
- (wip) stub out dep detector (b189e34)
- (wip) stub out dep resolver (c28bd3d)
- (wip) tests for dep resolver stub (9c7f697)
- add a strict json formatting option (0d0307e)
- add flags to scan full tree and dev deps (off by default) (9e53a81)
- always write full JSON output into tmp path (b5da479)
- await errors (55d9fc6)
- basic debug/progress logging (7844478)
- correctly detect direct dependencies (7d85ce9)
- dependency detection error reporting (1de296c)
- disable dev dep scanning (9af23b6)
- handle .travis.yml with duplicate keys (7c5baeb)
- improve error message (fd2a638)
v1.2.0-alpha.2
Features
- add flags to scan full tree and dev deps (off by default) (9e53a81)
- basic debug/progress logging (7844478)
- correctly detect direct dependencies (7d85ce9)
- dependency detection error reporting (1de296c)
v1.2.0-alpha.1
Features
- (wip) stub out dep detector (b189e34)
- (wip) stub out dep resolver (c28bd3d)
- (wip) tests for dep resolver stub (9c7f697)
- add a strict json formatting option (0d0307e)
- await errors (55d9fc6)
- disable dev dep scanning (9af23b6)
- improve error message (fd2a638)
v1.1.2
1.1.2 (2020-04-01)
Bug Fixes
- return results when no .travis.yml in the repo (61282ae), closes #16
v1.1.2-alpha.1
Bug Fixes
- return results when no .travis.yml in the repo (61282ae), closes #16
v1.1.1
1.1.1 (2020-02-27)
Bug Fixes
v1.1.0
1.1.0 (2020-02-27)
Features