mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 13:11:57 -05:00
5.1 KiB
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_modulesis recommended to take advantage of new features. - #41 - Support
--save,--save-dev,--save-optionaland--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_modulesis 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
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
bundleDependenciessupport.
v0.8.2
Jan 30, 2016
- Fix using
pnpm installfrom dirs without package.json.
v0.8.1
Jan 30, 2016
- #25 - Improve
node-gypsupport (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
- #9 - Add preliminary support for scoped modules. (#11, @indexzero)
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.