Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

101 lines (55 loc) · 2.7 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2016-12-12)

Bug Fixes

  • appveyor: force install npm globally (63aaa29)

2.0.3 (2016-12-11)

Bug Fixes

  • package: fix engines field - npm should be >=2, not >=3 (e0781d8)

2.0.2 (2016-12-11)

Bug Fixes

  • appveyor: debugging appveyor shits (7b107e1)
  • deps: switch to use get-installed-path v2 (3cd6f34)
  • package: all nyc coverage to 100 (35ba763)

2.0.1 (2016-12-11)

Bug Fixes

  • package: update keywords (da71404)

2.0.0 (2016-12-11)

Bug Fixes

  • appveyor: clean builds (0a8fd7f)
  • misc: update changelog and package version (8c55d06)

Code Refactoring

  • use ES2015, allow custom cwd to be passed through options (a9586e7)

BREAKING CHANGES

  • default export is async and returns a promise; allow custom cwd to be passed

through opts.cwd; pass opts.local to check if package exists locally.

1.0.4 - 2015-07-17

  • Release v1.0.4 / [email protected]
  • remove debug and handle-arguments, simplify
  • update repo

1.0.3 - 2015-05-09

  • Release v1.0.3 / [email protected]
  • update related
  • reorganize tests
  • bump dependencies, remove fn-name

1.0.2 - 2015-05-06

  • Release v1.0.2 / [email protected]
  • feross/standard for example usage
  • add related section
  • run update
  • apply feross/standard, close #1

1.0.1 - 2015-04-18

1.0.0 - 2015-04-14

0.0.0 - 2015-04-14

  • first commits