Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

99 lines (50 loc) · 2.56 KB

Change Log

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

From v3, changes are in GitHub Releases page

2.1.1 (2017-08-22)

Bug Fixes

  • deps: update deps, use eslint, add renovate config (d1dbee3)

2.1.0 (2017-08-22)

Features

  • recursion: support path recursion via options.paths (#13) (a70d67f)

2.0.3 (2016-12-12)

Bug Fixes

  • appveyor: force install npm globally at install step (06ca995)

2.0.2 (2016-12-11)

Bug Fixes

  • err: fix to return rejected promise if exists but not a directory (80a2b1e)

2.0.1 (2016-12-11)

Bug Fixes

  • package: all coverage to 100 (1343d90)

2.0.0 (2016-12-11)

Chores

  • refactor: update boilerplate, refactor (970e833)

BREAKING CHANGES

  • refactor: requires node >= 4; drop callback api - now is promise returning; expose .sync

method

1.0.3 - 2015-07-17

1.0.2 - 2015-05-06

  • Release v1.0.2 / [email protected]
  • standard style for the example usage
  • plus some tweaks

1.0.1 - 2015-05-06

  • Release v1.0.1 / [email protected]
  • add related section, close #1
  • update badges, close #1
  • rename some files to draw attention, close #1
  • update code style - apply feross/standard, close #1

1.0.0 - 2015-04-18

0.0.0 - 2015-04-18

  • first commits