All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
4.1.0 (2025-10-21)
4.0.0 (2025-10-21)
- node: Please use node 20 or higher
- node: This package is now a pure ECMAScript Module (esm).
- node: update min node version to 20 (#54) (713669e)
- pnpm: support
pnpmto install dependencies (#53) (da1782e)
3.0.1 (2020-10-16)
- lodash: remove missing dependency lodash (b960029)
3.0.0 (2020-10-16)
- 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)
- install:
dependenciesanddevDependencieswill no longer be installed. If you want the old behavior, be sure to runnpm installbefore you runinstall-local. - node: Node 8 is no longer actively supported
- package: Files are now published under
distdirectory. 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)
- Space in file name: Support dirs with a space in the name (2ea3786)
0.6.0 (2018-07-12)
- Child process: increase
maxBufferto 10MB
0.5.0 (2018-03-21)
0.4.1 (2017-12-21)
0.4.0 (2017-06-22)
- target-siblings: The programmatic interface has changed slightly
0.3.1 (2017-06-13)
- typings: Add "typings" to package.json to enable typescript support (ac11871)
0.3.0 (2017-06-13)
- local-install: Make use of "localDependencies" section in package.json (86563f8)
0.2.0 (2017-06-07)
- allow-multiple-targets: Allow multiple target packages (a5b2098)
- console: Add console output when using the cli (6231b67)
0.1.0 (2017-06-02)
- Add rimraf as dev dependency (f4ab2a0)