Releases: umbrellio/resol
Releases · umbrellio/resol
v1.0.0
What's Changed
- Add different return flows by @AnotherRegularDude in #11
- Add plugin functional, initializers loader, additional methods to monads, refactor code, remove ReturnEngine class by @AnotherRegularDude in #12
Full Changelog: v0.8.0...v1.0.0
v0.8.0
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.2
v0.4.1
v0.4.0
Added
Resol::Result#or(&block)for handling error cases (@AnotherRegularDude)Resol::Result#either(success_proc, failure_proc)for easy handling both cases (@AnotherRegularDude)