Skip to content

Releases: tabrindle/install-subset

6.0.0

25 Jun 14:57

Choose a tag to compare

  • 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

25 Jun 14:52

Choose a tag to compare

  • add the ability to install multiple subsets at a time
  • npx install-subset@5.0.0 install test lint build

4.1.0

25 Jun 14:55

Choose a tag to compare

  • fix paths to use path.join() for multi OS support
  • use own pick/omit rather than lodash's

4.0.0

25 Jun 14:59

Choose a tag to compare

  • BREAKING: remove poor language choices
  • instead of whitelist/blacklist, use include/exclude

3.0.0

25 Jun 15:01
3432b4d

Choose a tag to compare

  • major internal refactor

2.0.0

26 May 18:39

Choose a tag to compare

  • use subset as command
  • show install progress of installer (yarn or npm)
  • add option to use npm
  • example: subset install testSubset --npm