Releases: kittinunf/Result
Releases · kittinunf/Result
Result - v1.1.0
- Update to Kotlin 1.1.2
- Add fanout to Result. ✨
Result - v1.0.5
- Update Kotlin to version 1.0.6
Result - v1.0.4
- Update to Kotlin version 1.0.4
Result - v1.0.3
- Update to Kotlin 1.0.3
- Add Validation feature, thanks @loicdescotte.
Result - v1.0.2
- Add
Result<V, *>.any(predicate: (V) -> Boolean)
- Add
Result<V, E>.getOrElse(fallback: V)
Thanks for nice PR. @prt2121
Result - v1.0.0
- Support Kotlin version 1.0.0 🎆
Result - v1.0.0-rc-1036
- Support Kotlin 1.0.0-rc-1036.
Result - v0.4
- Add
success
andfailure
to handle easier check onResult
- Simplifying and refactoring by @mplatvoet in PR #9, thanks Mark. Much appreciated ✨ !
Result - v0.3
- Support Kotlin 1.0.0-beta-2423
- Introduce
ResultType
as common interface. - Add or interface. Thanks @beyondeye for PR 👍
Result - v0.2
Update README.md