Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 2.88 KB

Changelog

v1.0.4 (2021-12-30)

v1.0.3 (2017-06-23)

  • Docs: add shell script alternative to readme (59bb490)
  • Chore: refactor to use git cherry (a1babc2)
  • Fix: use git diff-tree rather than git diff (fixes #2) (8d2c524)

v1.0.2 (2017-06-21)

  • Fix: Cap the number of processes running at a time (fixes #1) (f4d4011)
  • Chore: Remove unnecessary --no-pager (f472e2f)
  • Chore: fix misleading variable name (b2aaa14)
  • Chore: simplify promise-chaining logic (8dac43b)
  • Chore: remove unnecessary abstractions (9ece0d7)

v1.0.1 (2017-04-06)

  • Docs: create a changelog (1aaf81c)
  • Fix: use git patch-id rather than comparing raw diffs (4effe5c)
  • Chore: use spawn() for git instead of exec() (17aa59a)
  • Docs: fix issues link in package.json (9a8600d)
  • Chore: remove unnecessary branch list formatting (c82397f)

v1.0.0 (2017-03-30)