CHANGELOG.md

Summary

Maintainability
Test Coverage
# CHANGELOG

<a name="1.1.0"></a>
# [1.1.0](https://github.com/guzart/opie/compare/v1.0.0...v1.1.0) (2017-12-16)


### Features

* Add support for optional context argument ([b4938ed](https://github.com/guzart/opie/commit/b4938ed))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/guzart/opie/compare/v0.1.0...v1.0.0) (2017-03-20)


### Bug Fixes

* reimplement step and call using new spec ([d765181](https://github.com/guzart/opie/commit/d765181))


### Features

* add #success? and #failure? ([29fb177](https://github.com/guzart/opie/commit/29fb177))
* **operation:** add #output method ([0fa85ae](https://github.com/guzart/opie/commit/0fa85ae))
* add failure as a value type ([729c429](https://github.com/guzart/opie/commit/729c429))
* add failure helper method ([6735d2b](https://github.com/guzart/opie/commit/6735d2b))



<a name="0.1.0"></a>
# [0.1.0](https://github.com/guzart/opie/compare/6c9db9d...v0.1.0) (2017-03-18)


### Features

* add operation with basic support for steps ([6c9db9d](https://github.com/guzart/opie/commit/6c9db9d))