- Breaking change: Change structure of constructor to make properties named
- Add optional
report
parameter totoResult()
extension
- Add optional repor error parameter
- Change
toString()
override to make it clear the original result
- Fix
Error
need to be nullable
- Change
StackTrace
behaviour. - Add
toString()
toSuccess
- Remove
StackTrace
from future.
- Change
StackTrace
obtaining.
- Add documentation.
- Remove nullable from
getValue
. - Add
Result.wrapFunction()
factory. - Remove
T Function()
extension.
- Add
onError
callback to unified all error messages. - Add
T Function()
extension.
- Add
toResult()
extension onFuture<T>
- Add
stackTrace
option onFailure
- Minimal changes.
- Initial version.