Files
pnpm/HISTORY.md
Rico Sta. Cruz 1b945d0008 Update history
2016-02-01 04:31:17 +08:00

5.1 KiB

v0.13.0

Feb 1, 2016

  • Semi-breaking - store format was slightly changed (to support peer dependencies, #46). pnpm will continue to be compatible with the old store format, but rebuilding node_modules is recommended to take advantage of new features.
  • #41 - Support --save, --save-dev, --save-optional and --save-exact. (@davej)
  • #46 - Support modules being able to require() their peer dependencies (aka, emulate npm3-style flatness)
  • #57 - Support simpler Windows terminals.
  • Improve logging appearance (show which packages are being fetched and which are queued).

v0.12.0

Jan 31, 2016

  • 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

Jan 31, 2016

  • #9, #36 - Support exact versions in scoped packages (pnpm i @rstacruz/tap-spec@4.1.1).

v0.11.0

Jan 31, 2016

  • #24, #34 - Limit download concurrency.
  • #10, #35 - Allow custom registries (npm config set registry http://npmjs.eu).

v0.10.1

Jan 30, 2016

  • #33 - Fix instances of running pnpm in directories without package.json.

v0.10.0

Jan 30, 2016

  • #32 - Install from tarballs (pnpm i http://site.com/package.tgz).

v0.9.0

Jan 30, 2016

  • #31 - Improve bundleDependencies support.

v0.8.2

Jan 30, 2016

  • Fix using pnpm install from dirs without package.json.

v0.8.1

Jan 30, 2016

  • #25 - Improve node-gyp support (with preliminary Windows support).

v0.8.0

Jan 30, 2016

  • #25 - Support node-gyp.

v0.7.0

Jan 30, 2016

  • #18 - Support lifecycle hooks and compiled modules.

v0.6.1

Jan 30, 2016

  • #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

Jan 30, 2016

  • Support scoped modules without version spec (eg, pnpm i @rstacruz/tap-spec).
  • Lots of internal cleanups.

v0.4.1

Jan 29, 2016

  • #11 - Fix using multiple scoped modules from the same scope.

v0.4.0

Jan 29, 2016

v0.3.0

Jan 29, 2016

  • Warn on unsupported flags (eg, pnpm i --save x).
  • Cleanups and refactoring.

v0.2.2

Jan 28, 2016

  • Fix dependency problems.

v0.2.1

Jan 28, 2016

  • Fix "can't find module 'debug'" error.

v0.2.0

Jan 28, 2016

  • Improve atomicness of operations.
  • Symlink bins into node_modules/.bin.

v0.1.0

Jan 28, 2016

  • Initial preview release.