Releases: Kaligo/stimpack
Releases · Kaligo/stimpack
v0.9.2
Bug fixes
- Prevent duplicate invocation of the error callback when guarding an instance method.
v0.9.1
Bug fixes
- Prevent mutable default options from being shared across instances.
v0.9.0
New features
ResultMonad
callbacks (before_success
, before_error
) are now inherited.
v0.8.3
New features
- Listen on multiple event names to
EventSource
listener.
v0.8.2
Bug fixes
- Have
GuardFailed
inherit from Exception
instead of StandardError
.
v0.8.1
Maintenance
- Loosen the ActiveSupport dependency version to prepare for Rails 7.
v0.8.0
New features
- Yield the result of the call from
FunctionalObject
if block is given.
v0.7.1
New features
- Add
ResultMonad::GuardClause#pass
method which can be used to pass guards.
v0.7.0
New features
- Add guard clauses through new
ResultMonad::GuardClause
mixin.
v0.6.1
New features
- Allow transform declaration with optional value to
OptionsDeclaration
.