Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

100 lines (46 loc) · 3.84 KB

Changelog

9.1.1 (2022-09-28)

Bug Fixes

  • 8383fdc #109 resolve relative urls that start with file:// (@lukekarrys)

9.1.0 (2022-06-22)

Features

  • git: add support for :: in #committish (#91) (246f1e9)

9.0.2 (2022-03-29)

Dependencies

  • bump validate-npm-package-name from 3.0.0 to 4.0.0 (#83) (05f40c5)

9.0.1 (2022-03-15)

Dependencies

  • bump hosted-git-info from 4.1.0 to 5.0.0 (#75) (c26876d)

9.0.0 (2022-02-10)

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node 12 and node 14.

Bug Fixes

  • make error message more clear to locate which package is invalid (8cb4527)

Dependencies

  • @npmcli/template-oss@2.7.1 (6975264)
  • update hosted-git-info requirement from ^4.0.1 to ^4.1.0 (c6a9e12)
  • update semver requirement from ^7.3.4 to ^7.3.5 (73fc02e)

Documentation

  • Update result object documentation for type=alias (55907a9)

8.0.0 (2019-12-15)

⚠ BREAKING CHANGES

  • Dropping support for node 6 and 8. It'll probably still work on those versions, but they are no longer supported or tested, since npm v7 is moving away from them.

  • drop support for node 6 and 8 (ba85e68)

7.0.0 (2019-11-11)

deps

BREAKING CHANGES

  • this drops support for ancient node versions.

6.1.1 (2019-08-21)

Bug Fixes

  • preserve drive letter on windows git file:// urls (3909203)

6.1.0 (2018-04-10)

Bug Fixes

  • git: Fix gitRange for git+ssh for private git (#33) (647a0b3)

Features

  • alias: add npm: registry alias spec (#34) (ab99f8e)