mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
78f5685acc
PR-URL: https://github.com/nodejs/node/pull/22591 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
11 KiB
11 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.2 (2018-08-10)
Bug Fixes
2.0.1 (2018-07-27)
Bug Fixes
- deps: move mkdirp to prod deps (6878f39)
2.0.0 (2018-05-24)
meta
- update node version support (694b4d3)
BREAKING CHANGES
- node@4 is no longer supported
1.6.3 (2018-05-24)
1.6.2 (2018-04-08)
Bug Fixes
1.6.1 (2018-03-13)
Bug Fixes
- bin: Set non-zero exit code on error (#41) (54d0106)
- lifecycle: defer to lifecycle’s internal logic as to whether or not to execute a run-script (#42) (7f27a52), closes npm/npm#19258
- prefix: don't reference prefix before computing it (#40) (08ed1cc)
- prefix: Resolve to promise when passing --prefix to npm ci (#43) (401d466)
1.6.0 (2018-03-01)
Bug Fixes
- bin: cli.js was being excluded (d62668e)
Features
- libcipm: working standalone cipm release! (a3383fd)
1.5.1 (2018-03-01)
Bug Fixes
- _from: do not add _from to directory deps (7405360)
1.5.0 (2018-03-01)
Bug Fixes
- errors: handle aggregate errors better (6239499)
Features
- logger: rudimentary progress bar update (c5d9dc7)
1.4.1 (2018-02-27)
Bug Fixes
- buildTree: linking in parallel causes hoist-clobbering (5ffbc0e), closes #39
- buildTree: use checkDepEnv here too (41a4634)
- perf: split up updateJson and buildTree (df5aba0)
- perf: stop using the readPackageJson version to update packages (8da3d5a)
1.4.0 (2018-02-21)
Features
- extract: add support for --only and --also (ad143ae)
1.3.3 (2018-02-21)
Bug Fixes
- extract: stop extracting deps before parent :\ (c6847dc)
1.3.2 (2018-02-15)
1.3.1 (2018-02-15)
1.3.0 (2018-02-13)
Features
- extract: link directory deps and install missing bundle deps (8334e9e)
1.2.0 (2018-02-07)
Features
- metadata: add _resolved, _integrity, and _from on install (36642dc)
1.1.2 (2018-01-19)
1.1.1 (2018-01-19)
1.1.0 (2018-01-07)
Features
- log: add some helpful log output (f443f03)
1.0.1 (2018-01-07)
Bug Fixes
- deps: added protoduck to pkgjson (ecbe719)
1.0.0 (2018-01-07)
Features
- cli: splitting off CLI into a separate tool (cff65c1)
BREAKING CHANGES
- cli: libcipm is its own library now,
0.9.1 (2018-01-07)
Bug Fixes
- prefix: oops @ prefix (cc5adac)
0.9.0 (2018-01-07)
Bug Fixes
Features
0.8.0 (2017-11-28)
Features
0.7.2 (2017-10-13)
Bug Fixes
- extract: idk why this was breaking. Seriously. (433a2be)
- tree: pass through a custom Promise to logiTree (2d29efb)
Performance Improvements
- zoomzoom. Even more concurrency! (db9c2e0)
0.7.1 (2017-10-13)
Bug Fixes
- scripts: separate extract and build and fix ordering (eb072a5)
0.7.0 (2017-10-12)
Bug Fixes
- lockfile: npm-shrinkwrap takes precedence over package-lock (#28) (3b98fb3)
Features
- optional: ignore failed optional deps (#27) (a654629)
0.6.0 (2017-10-09)
Features
- scripts: run prepare and prepublish scripts in the root (#26) (e0e35a3)
0.5.1 (2017-10-09)
0.5.0 (2017-10-09)
Bug Fixes
Features
0.4.0 (2017-10-04)
Features
- opts: support full range of relevant CLI opts (#19) (6f2bd51)
0.3.2 (2017-09-06)
Bug Fixes
- bin: make cli executable by default (#13) (14a9a5f)
- config: use npm.cmd on win32 and fix tests (#12) (d912d16), closes #12
- json: strip BOM when reading JSON files (#8) (2529149)
0.3.1 (2017-09-05)
0.3.0 (2017-09-05)
Features
- lockfile: verify that lockfile matches package.json (#5) (f631203)
- scripts: support --ignore-scripts option (#9) (213ca02)
0.2.0 (2017-09-01)
Bug Fixes
- main: default --prefix (ff06a31)
Features
- lifecycle: actually run lifecycle scripts correctly (7f8933e)
0.1.1 (2017-08-30)
Bug Fixes
- files: oops. forgot to include new files in tarball (1ee85c9)
0.1.0 (2017-08-30)
Bug Fixes
- config: pipe stdout (08e6af8)
- extract: make sure to extract properly (9643583)
- license: switch to MIT (0d10d0d)