Skip to content

Latest commit

 

History

History
101 lines (45 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

101 lines (45 loc) · 3.03 KB

Change Log

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

2.0.3 (2017-03-01)

Bug Fixes

  • options: immutable options object (ef536f3), closes #7
  • package: add missed dep (4486bc0)
  • package: remove lazy-cache dependency (8e2dc1f)
  • package: update devDeps, npm scripts, travis, appveyor (c5ad0ae)

2.0.2 (2016-11-01)

Bug Fixes

  • docs: fix few docs typos (5f6931d)

2.0.1 (2016-11-01)

Bug Fixes

  • sync: fix synchronous completion (58c704b)

2.0.0 (2016-11-01)

Code Refactoring

  • arguments: switch arguments order, use latest dependencies (0646c0a)

BREAKING CHANGES

  • arguments: switch arguments order - options argument before done callback argument

1.0.4 (2016-11-01)

Bug Fixes

1.0.3 (2016-09-22)

Bug Fixes

  • dependency: use try-catch-callback (447b20b)

1.0.2 (2016-09-22)

Bug Fixes

  • index.js: add check if cb is not a function (4818f61)

1.0.1 (2016-09-21)

Bug Fixes

  • contributing.md: fix the name of the package (6297e9e)
  • package: add keywords (a2b7900)

1.0.0 - 2016-09-21

  • First release

0.0.0 - 2016-09-21

  • Initial commit