Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
unacorbatanegra committed Feb 2, 2024
1 parent 006092d commit 5cc9a0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

- Fix `Error` need to be nullable

## 0.0.8

- Change `StackTrace` behaviour.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/result/failure.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ part of tie_fp;
/// and get the [StackStrace] if applies.
final class Failure<T> extends Result<T> {
final Object error;
final Object? error;
final StackTrace _stackTrace;

Failure(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tie_fp
description: Functional Opinionated library for Flutter
version: 0.0.8
version: 0.0.9

homepage: https://github.com/unacorbatanegra/tie_fp
issue_tracker: https://github.com/unacorbatanegra/tie_fp/issues
Expand Down

0 comments on commit 5cc9a0c

Please sign in to comment.