Releases: higorlapa/result
Releases · higorlapa/result
v5.1.0
What's Changed
- Adds [getOrThrow] method
- Update result.dart by @NerdFaisal404 in #12
New Contributors
- @NerdFaisal404 made their first contribution in #12
Full Changelog: v5.0.0...v5.1.0
v5.0.0
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- Revert previous releases
- Change
onSuccess
andonError
towhenSuccess
andwhenError
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- Refactor AsyncResult to typedef of Future by @jacobaraujo7 in #6
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
What's Changed
- fix: Flip the types by @JoDeveloper in #4
New Contributors
- @JoDeveloper made their first contribution in #4
Full Changelog: v1.0.4...v2.0.0
Add getSuccess and getError
- Adds getSuccess and getError methods
- Adds SuccessResult and success const