Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 1.95 KB

HISTORY.md

File metadata and controls

84 lines (52 loc) · 1.95 KB

Jan 30, 2016

  • Support node-gyp.

Jan 30, 2016

  • Support lifecycle hooks and compiled modules.

Jan 30, 2016

  • You can now safely rebuild from interrupted pnpm installs and pnpm will pick up where it left off.
  • Add support for bundleDependencies.
  • Throw errors when doing pnpm i github/repo—this isn't supported yet (but will be!).

Jan 30, 2016

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

Jan 29, 2016

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

Jan 29, 2016

Jan 29, 2016

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

Jan 28, 2016

  • Fix dependency problems.

Jan 28, 2016

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

Jan 28, 2016

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

Jan 28, 2016

  • Initial preview release.