- Supports a block parameter for
Keka.err_if!
andKeka.err_unless!
.
- Support ActiveModel::Errors as argument to error message.
- Support
.err!
and.ok!
public methods. - Rename
.ok
to.ok_result
. [Breaking] - Rename
.err
to.err_result
. [Breaking]
- Support
.rescue_with
to handle exceptions in.run
block. - Add CI.
- Initial release.