Skip to content

Releases: pnpm/pnpm

v0.12.0

21 Aug 08:10
Compare
Choose a tag to compare
  • Semi-breaking - store format was slightly changed. pnpm will continue to be compatible with the old store format, but rebuilding node_modules is recommended to take advantage of new features.
  • #38 - Allow compatibility with npm utilities:
    • npm dedupe
    • npm shrinkwrap
    • npm prune
    • npm ls
    • npm rebuild

v0.11.1

21 Aug 08:11
Compare
Choose a tag to compare
  • #9, #36 - Support exact versions in scoped packages.

v0.11.0

21 Aug 08:11
Compare
Choose a tag to compare
  • #24, #34 - Limit download concurrency.
  • #10, #35 - Allow custom registries (npm config set registry http://npmjs.eu).

v0.10.1

21 Aug 08:12
Compare
Choose a tag to compare
  • #33 - Fix instances of running pnpm in directories without package.json.

v0.10.0

21 Aug 08:12
Compare
Choose a tag to compare
  • #32 - Install from tarballs (pnpm i http://site.com/package.tgz).

v0.9.0

21 Aug 08:13
Compare
Choose a tag to compare
  • #31 - Improve bundleDependencies support.

v0.8.2

21 Aug 08:13
Compare
Choose a tag to compare
  • Fix using pnpm install from dirs without package.json.

v0.8.1

21 Aug 08:14
Compare
Choose a tag to compare
  • #25 - Improve node-gyp support (with preliminary Windows support).

v0.8.0

21 Aug 08:14
Compare
Choose a tag to compare
  • #25 - Support node-gyp.

v0.7.0

21 Aug 08:14
Compare
Choose a tag to compare
  • #18 - Support lifecycle hooks and compiled modules.