Skip to content

Latest commit

 

History

History
164 lines (104 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

164 lines (104 loc) · 7.7 KB

1.5.0 (2018-01-25)

Features

Bug Fixes

Chores

  • create changelog and automate release update (7de68d6)

Documentation

Performance Improvements

  • add npm with npm-run-all to benchmark tests (6641d1b)
  • major speedup - only create npmp child sometimes (9214c4d)
  • remove optimization killers (e21e204)

1.4.0 (2018-01-24)

Chores

  • create changelog and automate release update (6937cd0)

Performance Improvements

  • add npm with npm-run-all to benchmark tests (70bc9ff)
  • major speedup - only create npmp child sometimes (2ec39aa)
  • remove optimization killers (e21e204)

1.3.1 (2018-01-23)

Bug Fixes

Tests

1.3.0 (2018-01-23)

Features

  • internal intercept, rather than node module (dcc1ae8)

Bug Fixes

  • cleanup children on exit (c48ec6c)
  • sub command stderr/stdout intercept (48376dc)

Chores

  • package: update shelljs to version 0.8.1 (#5) (2adb1d7)

Code Refactoring

  • better errors (9e22a10)
  • swtich from execa to child_process.exec (21fb431)

Documentation

Performance Improvements

1.1.1 (2018-01-10)

Bug Fixes

  • npmScripts should be npmPreset (876db75)

1.1.0 (2018-01-10)

Features

Bug Fixes

  • always return op unless its a glob (9075316)
  • better command running with execa, and more tests (838f36c)
  • greenkeeper support, nyc coveralls fix (041eda6)
  • greenkeeper, no sub packages (83226e9)
  • issue where -co would carry to child npms (c714a65)
  • non-testable coverage areas (c437fca)

Code Refactoring

  • no longer require babel-register (5feb873)

Performance Improvements

1.0.1 (2018-01-09)

Documentation

1.0.0 (2018-01-09)

Features

  • add support for colors in commands (1f79e7d)
  • allow static file presets (774b236)
  • cli args (be85d4d)
  • new/better argument parsing (805675d)
  • rename to npm-script to npm-scripts (8d9ee26)
  • run the linter (67de1ea)
  • support regex script names (765a8de)
  • use cluster to multi-thread (0a07b91)

Bug Fixes

Code Refactoring

  • make some preset vars private (729a4f4)
  • rename from npm-scripts to npm-preset (afcd6f5)

Documentation

  • update (5272497)
  • update writing a preset section, add benefits, and add toc (223fe6b)
  • updates (a6926c2)

Tests

  • add a unit test for function presets (8d23943)