Skip to content

Releases: pkgjs/detect-node-support

v1.2.0

21 Apr 15:29
eac9b02
Compare
Choose a tag to compare

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

13 Apr 12:10
8fa2221
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release

1.2.0-alpha.2 (2020-04-13)

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

01 Apr 14:58
a44288e
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

1.2.0-alpha.1 (2020-04-01)

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

01 Apr 13:17
0cf79dc
Compare
Choose a tag to compare

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

27 Mar 13:07
2816289
Compare
Choose a tag to compare
v1.1.2-alpha.1 Pre-release
Pre-release

1.1.2-alpha.1 (2020-03-27)

Bug Fixes

  • return results when no .travis.yml in the repo (61282ae), closes #16

v1.1.1

27 Feb 18:32
1fe42ef
Compare
Choose a tag to compare

1.1.1 (2020-02-27)

Bug Fixes

v1.1.0

27 Feb 18:26
57d2988
Compare
Choose a tag to compare

1.1.0 (2020-02-27)

Features