Skip to content

v3.0.0

Choose a tag to compare

@boennemann boennemann released this 30 Jul 15:21

<a name"3.0.0">

3.0.0 (2015-07-30)

Bug Fixes

  • index:
    • use error-first for breaking change, not a seperate argument (ae5a2438)
    • use Errors not Strings (4e983402)

Features

  • make it work w/ semantic-release@4 (9b74891b)

Breaking Changes

  • The callbacks signature changed from err, ok to err.
    All kinds of errors are passed as the first argument. No error, no breaking change.

    (ae5a2438)