Skip to content

Latest commit

 

History

History
131 lines (56 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

131 lines (56 loc) · 4.47 KB

3.0.1 (2020-10-16)

Bug Fixes

  • lodash: remove missing dependency lodash (b960029)

3.0.0 (2020-10-16)

Features

  • deps: dependency update (#25) (8e46851)
  • install: ignore other dependencies (#30) (b9faaae)
  • node: drop support for node 8 (07fa721)
  • package: package source files for debugging (302f703)

BREAKING CHANGES

  • install: dependencies and devDependencies will no longer be installed. If you want the old behavior, be sure to run npm install before you run install-local.
  • node: Node 8 is no longer actively supported
  • package: Files are now published under dist directory. Deep imports (which is a bad practice at best) should be updated accordingly.
  • deps: Output is now es2017. Drop support for node < 8.

1.0.0 (2019-02-12)

0.6.2 (2018-11-21)

Bug Fixes

  • Space in file name: Support dirs with a space in the name (2ea3786)

0.6.0 (2018-07-12)

Features

  • install-local: Support parallel install (#11) (a2f9524)

Bug fixes

  • Child process: increase maxBuffer to 10MB

0.5.0 (2018-03-21)

Features

  • npmEnv: add npmEnv option to programmatic API (#7) (c32776a)

0.4.1 (2017-12-21)

0.4.0 (2017-06-22)

Bug Fixes

  • scoped-packages: Add support for scoped packages (7c132d0), closes #1

Features

  • reporting: Report stdout of install (55bcc9e)
  • target-siblings: Target sibling packages (fc31a7c)

BREAKING CHANGES

  • target-siblings: The programmatic interface has changed slightly

0.3.1 (2017-06-13)

Bug Fixes

  • typings: Add "typings" to package.json to enable typescript support (ac11871)

0.3.0 (2017-06-13)

Features

  • local-install: Make use of "localDependencies" section in package.json (86563f8)

0.2.0 (2017-06-07)

Features

  • allow-multiple-targets: Allow multiple target packages (a5b2098)
  • console: Add console output when using the cli (6231b67)

0.1.0 (2017-06-02)

Bug Fixes

  • Add rimraf as dev dependency (f4ab2a0)