Skip to content

Releases: pnpm/pnpm

v0.6.1

21 Aug 08:15
Compare
Choose a tag to compare
  • #17 - You can now safely rebuild from interrupted pnpm installs and pnpm will pick up where it left off.
  • #16 - Add support for bundleDependencies.
  • Throw errors when doing pnpm i github/repo—this isn't supported yet (but will be!).

v0.5.0

21 Aug 08:15
Compare
Choose a tag to compare
  • Support scoped modules without version spec (eg, pnpm i @rstacruz/tap-spec).
  • Lots of internal cleanups.

v0.4.1

21 Aug 08:16
Compare
Choose a tag to compare
  • #11 - Fix using multiple scoped modules from the same scope.

v0.4.0

21 Aug 08:16
Compare
Choose a tag to compare

v0.3.0

21 Aug 08:16
Compare
Choose a tag to compare
  • Warn on unsupported flags (eg, pnpm i --save x).
  • Cleanups and refactoring.

v0.2.2

21 Aug 08:17
Compare
Choose a tag to compare
  • Fix dependency problems.

v0.2.1

21 Aug 08:17
Compare
Choose a tag to compare
  • Fix "can't find module 'debug'" error.

v0.2.0

21 Aug 08:17
Compare
Choose a tag to compare
  • Improve atomicness of operations.
  • Symlink bins into node_modules/.bin.

v0.1.0

21 Aug 08:17
Compare
Choose a tag to compare
  • Initial preview release.