Releases: Kaligo/stimpack
Releases · Kaligo/stimpack
v0.9.3
18 Apr 10:41
Compare
Sorry, something went wrong.
No results found
v0.9.2
27 Jun 14:19
Compare
Sorry, something went wrong.
No results found
Bug fixes
Prevent duplicate invocation of the error callback when guarding an instance method.
v0.9.1
03 Mar 08:32
Compare
Sorry, something went wrong.
No results found
Bug fixes
Prevent mutable default options from being shared across instances.
v0.9.0
12 Nov 14:01
Compare
Sorry, something went wrong.
No results found
New features
ResultMonad callbacks (before_success, before_error) are now inherited.
v0.8.3
08 Nov 12:48
Compare
Sorry, something went wrong.
No results found
New features
Listen on multiple event names to EventSource listener.
v0.8.2
25 Oct 04:40
Compare
Sorry, something went wrong.
No results found
Bug fixes
Have GuardFailed inherit from Exception instead of StandardError.
v0.8.1
16 Sep 11:45
Compare
Sorry, something went wrong.
No results found
Maintenance
Loosen the ActiveSupport dependency version to prepare for Rails 7.
v0.8.0
07 Jul 08:03
Compare
Sorry, something went wrong.
No results found
New features
Yield the result of the call from FunctionalObject if block is given.
v0.7.1
07 Jul 06:43
Compare
Sorry, something went wrong.
No results found
New features
Add ResultMonad::GuardClause#pass method which can be used to pass guards.
v0.7.0
29 Jun 03:05
Compare
Sorry, something went wrong.
No results found
New features
Add guard clauses through new ResultMonad::GuardClause mixin.