Skip to content

Latest commit

 

History

History
102 lines (43 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

102 lines (43 loc) · 2.88 KB

Change Log

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

2.0.2 (2017-03-01)

Bug Fixes

  • options: immutable options object (d3e6775), closes #2
  • package: update deps, npm scripts, travis, appveyor (3feb635)

2.0.1 (2016-11-04)

Bug Fixes

  • options: introduce opts.return option (57ec005)

2.0.0 (2016-10-31)

Code Refactoring

  • order: switch arguments order (8b460d9)

BREAKING CHANGES

  • order: switch arguments order to follow convertions correctly

1.1.2 (2016-10-31)

Bug Fixes

  • callback: should not call the cb after try/catch if passCallback:true (afc59b1)

1.1.1 (2016-10-30)

Bug Fixes

1.1.0 (2016-10-30)

Bug Fixes

  • opts: fix passing options when want thunk (f80c7d5)

Features

  • options: add options object (3e35605), closes #1

1.0.2 (2016-09-22)

Bug Fixes

  • docs: fix a docs of passCallback option (04a2a73)

1.0.1 (2016-09-22)

Bug Fixes

  • option: add 3rd argument passCallback (27a3fdb)

1.0.0 - 2016-09-22

  • First release, start follow SemVer

0.0.0 - 2016-09-22

  • Initial commit