Releases: tabrindle/install-subset
Releases · tabrindle/install-subset
6.0.0
- Ability to use
subset.config.js
to configure subsets, rather than just package.json property
- use commonjs or json for configuration
- allows for more flexibility in multiple subsets, merging, xor etc
5.0.0
- add the ability to install multiple subsets at a time
npx install-subset@5.0.0 install test lint build
4.1.0
- fix paths to use path.join() for multi OS support
- use own pick/omit rather than lodash's
4.0.0
- BREAKING: remove poor language choices
- instead of whitelist/blacklist, use include/exclude
2.0.0
- use
subset
as command
- show install progress of installer (yarn or npm)
- add option to use npm
- example:
subset install testSubset --npm