Skip to content

Releases: nathanhleung/install-peerdeps

v1.6.0

11 Feb 21:09
Compare
Choose a tag to compare
  • Merges #23 by @bytheway875 - add option to pass Auth header to install private packages

v1.5.0

23 Jan 01:27
Compare
Choose a tag to compare
  • Fixes #16 - remove trailing slash from registry URI if present
  • Addresses #21 - target older Node (v0.10)

v1.4.1

14 Nov 22:13
Compare
Choose a tag to compare
  • Merges #18 by @brucewpaul - update the argument parsing regular expression to account for periods in the package name

v1.4.0

08 Nov 00:18
Compare
Choose a tag to compare
  • Adds --registry option to specify custom/private package registry
  • Fixes #12 - fix version regular expression to allow dashes in the version name (i.e. packages like bootstrap@4.0.0-beta are now installable)
  • Fixes #3 - proxy environments are now supported (Node.js native http.request([options]) does not seem to support proxy environments; migrated to request/request)
  • Migrates from babel-preset-latest to babel-preset-env targeting Node.js >4.0.0
  • Replaces Airbnb formatting rules with prettier and eslint --fix workflow

v1.3.0

01 Nov 21:27
Compare
Choose a tag to compare
  • Merges #15 by @brucewpaul - add the explicit --no-save option when using NPM (NPM v5 defaults to --save)
  • Updates README with build badges, add CONTRIBUTING.md and ROADMAP.md
  • Increases test coverage - added tests for #15 and #10
  • Adds --dry-run option for testing

v1.2.0

13 Sep 00:45
Compare
Choose a tag to compare
  • Merges #10 from @okonet - allow installation of only peers instead of peers and package too with new --only-peers option

v1.1.3

01 Nov 21:28
Compare
Choose a tag to compare
  • Merges pull request #4 from @lancefisher - fixed semver comparator bug to allow handling of ranges of peer dependencies