Skip to content

Releases: Kaligo/stimpack

v0.9.2

27 Jun 14:19
9743f96
Compare
Choose a tag to compare

Bug fixes

  • Prevent duplicate invocation of the error callback when guarding an instance method.

v0.9.1

03 Mar 08:32
c50cbf9
Compare
Choose a tag to compare

Bug fixes

  • Prevent mutable default options from being shared across instances.

v0.9.0

12 Nov 14:01
3b77725
Compare
Choose a tag to compare

New features

  • ResultMonad callbacks (before_success, before_error) are now inherited.

v0.8.3

08 Nov 12:48
7d59360
Compare
Choose a tag to compare

New features

  • Listen on multiple event names to EventSource listener.

v0.8.2

25 Oct 04:40
81df8a1
Compare
Choose a tag to compare

Bug fixes

  • Have GuardFailed inherit from Exception instead of StandardError.

v0.8.1

16 Sep 11:45
93c69f0
Compare
Choose a tag to compare

Maintenance

  • Loosen the ActiveSupport dependency version to prepare for Rails 7.

v0.8.0

07 Jul 08:03
da8b5f6
Compare
Choose a tag to compare

New features

  • Yield the result of the call from FunctionalObject if block is given.

v0.7.1

07 Jul 06:43
4831248
Compare
Choose a tag to compare

New features

  • Add ResultMonad::GuardClause#pass method which can be used to pass guards.

v0.7.0

29 Jun 03:05
ea79c14
Compare
Choose a tag to compare

New features

  • Add guard clauses through new ResultMonad::GuardClause mixin.

v0.6.1

25 Jun 04:00
1fcc5a2
Compare
Choose a tag to compare

New features

  • Allow transform declaration with optional value to OptionsDeclaration.