Skip to content

Releases: higorlapa/result

v5.1.0

17 Jul 22:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

10 May 19:40
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v5.0.0

v4.0.0

21 Dec 18:03
Compare
Choose a tag to compare

What's Changed

  • Revert previous releases
  • Change onSuccess and onError to whenSuccess and whenError

Full Changelog: v3.1.0...v4.0.0

v3.1.0

06 Dec 14:12
977f6cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

05 Dec 16:08
Compare
Choose a tag to compare

What's Changed

  • Add new operators, a Unit type for void return and AsyncResult by @jacobaraujo7 in #5

Full Changelog: v2.0.0...v3.0.0

v2.0.0

03 Dec 10:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v2.0.0

Add getSuccess and getError

19 Jul 15:31
Compare
Choose a tag to compare
  • Adds getSuccess and getError methods
  • Adds SuccessResult and success const