Skip to content

Latest commit

 

History

History
170 lines (88 loc) · 9.16 KB

CHANGELOG.md

File metadata and controls

170 lines (88 loc) · 9.16 KB

Changelog

11.0.2 (2024-04-12)

Documentation

  • 1765111 #171 readme: fix broken badge URL (#171) (@10xLaCroixDrinker)

Dependencies

Chores

  • 207ba7d #168 postinstall for dependabot template-oss PR (@lukekarrys)
  • 604c1d2 #168 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 82273b5 #165 postinstall for dependabot template-oss PR (@lukekarrys)
  • 4228b37 #165 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • d4b1447 #147 postinstall for dependabot template-oss PR (@lukekarrys)
  • c5920a9 #147 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • ee68f93 #146 postinstall for dependabot template-oss PR (@lukekarrys)
  • 7901052 #146 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

11.0.1 (2023-09-05)

Bug Fixes

  • 74b3c7e #141 use URL instead of url.parse (#141) (@wraithgar)

Documentation

  • ea00495 #142 fix readme typo (#142) (@rotu)
  • 26705c5 #143 Fix citations to RFC 8089 (not 8909) for file: url (#143) (@rotu)

11.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • the strict RFC 8089 mode has been removed
  • support for node 14 has been removed

Bug Fixes

Dependencies

  • d2ab7ba #138 bump hosted-git-info from 6.1.1 to 7.0.0

10.1.0 (2022-12-01)

Features

  • f2c243c #122 add function to return pacakge purl (@bdehamer, @ljharb)

10.0.0 (2022-10-18)

⚠️ BREAKING CHANGES

  • x and x@ now return the same spec as x@*
  • npm-package-arg is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 749ccad #104 postinstall for dependabot template-oss PR (@lukekarrys)

Bug Fixes

  • d2b87c0 #97 standardize x x@ and x@* (#97) (@wraithgar)
  • 7b9cb25 #108 resolve relative urls that start with file:// (@lukekarrys)

Dependencies

  • b3f0b93 #117 bump proc-log from 2.0.1 to 3.0.0 (#117)
  • 7162848 #116 bump validate-npm-package-name from 4.0.0 to 5.0.0 (#116)
  • 3110d8f #115 hosted-git-info@6.0.0 (#115)

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)