All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.8 (2020-03-25)
- add repo to bin pkg, bump to 2.0.1 (ed2d735)
4.0.7 (2019-10-09)
4.0.4 (2019-09-24)
4.0.3 (2019-08-12)
- do not pass opts.log to lifecycle (46b2101)
4.0.2 (2019-08-12)
4.0.1 (2019-08-12)
- respect and retain all configs passed in (20b7372)
4.0.0 (2019-07-10)
- requires updating node-gyp in npm/cli
3.0.3 (2019-01-22)
- scripts: pass in opts.dir directly (018df27)
3.0.2 (2018-08-31)
- worker: missed a spot (4371558)
3.0.1 (2018-08-31)
- workers: disable workers for now (64db490)
3.0.0 (2018-08-31)
- config: this updates cipm to use pacote@9, which consumes npm-style config objects, not pacoteOpts()-style objects.
2.0.2 (2018-08-10)
2.0.1 (2018-07-27)
- deps: move mkdirp to prod deps (6878f39)
2.0.0 (2018-05-24)
- update node version support (694b4d3)
- node@4 is no longer supported
1.6.3 (2018-05-24)
1.6.2 (2018-04-08)
1.6.1 (2018-03-13)
- 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)
- bin: cli.js was being excluded (d62668e)
- libcipm: working standalone cipm release! (a3383fd)
1.5.1 (2018-03-01)
- _from: do not add _from to directory deps (7405360)
1.5.0 (2018-03-01)
- errors: handle aggregate errors better (6239499)
- logger: rudimentary progress bar update (c5d9dc7)
1.4.1 (2018-02-27)
- 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)
- extract: add support for --only and --also (ad143ae)
1.3.3 (2018-02-21)
- 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)
- extract: link directory deps and install missing bundle deps (8334e9e)
1.2.0 (2018-02-07)
- 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)
- log: add some helpful log output (f443f03)
1.0.1 (2018-01-07)
- deps: added protoduck to pkgjson (ecbe719)
1.0.0 (2018-01-07)
- cli: splitting off CLI into a separate tool (cff65c1)
- cli: libcipm is its own library now,
0.9.1 (2018-01-07)
- prefix: oops @ prefix (cc5adac)
0.9.0 (2018-01-07)
0.8.0 (2017-11-28)
0.7.2 (2017-10-13)
- extract: idk why this was breaking. Seriously. (433a2be)
- tree: pass through a custom Promise to logiTree (2d29efb)
- zoomzoom. Even more concurrency! (db9c2e0)
0.7.1 (2017-10-13)
- scripts: separate extract and build and fix ordering (eb072a5)
0.7.0 (2017-10-12)
- lockfile: npm-shrinkwrap takes precedence over package-lock (#28) (3b98fb3)
- optional: ignore failed optional deps (#27) (a654629)
0.6.0 (2017-10-09)
- scripts: run prepare and prepublish scripts in the root (#26) (e0e35a3)
0.5.1 (2017-10-09)
0.5.0 (2017-10-09)
0.4.0 (2017-10-04)
- opts: support full range of relevant CLI opts (#19) (6f2bd51)
0.3.2 (2017-09-06)
- 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)
- lockfile: verify that lockfile matches package.json (#5) (f631203)
- scripts: support --ignore-scripts option (#9) (213ca02)
0.2.0 (2017-09-01)
- main: default --prefix (ff06a31)
- lifecycle: actually run lifecycle scripts correctly (7f8933e)
0.1.1 (2017-08-30)
- files: oops. forgot to include new files in tarball (1ee85c9)