Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 474 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 474 Bytes

CHANGELOG

Unreleased

Version 0.5.0

  • Supports a block parameter for Keka.err_if! and Keka.err_unless!.

Version 0.4.0

  • Support ActiveModel::Errors as argument to error message.

Version 0.3.0

  • Support .err! and .ok! public methods.
  • Rename .ok to .ok_result. [Breaking]
  • Rename .err to .err_result. [Breaking]

Version 0.2.0

  • Support .rescue_with to handle exceptions in .run block.
  • Add CI.

Version 0.1.0

  • Initial release.