We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae1eba commit a2d4443Copy full SHA for a2d4443
CHANGELOG.md
@@ -50,11 +50,16 @@ notable changes.
50
- Fix `getOrNull` not returning a value if said value is set-up in
51
`Resource.loading`
52
53
-## [1.0.2] - 2019-10-23
+## [1.0.2] - 2019-10-28
54
+### Added
55
+- `Resource.isTerminal` method to check if a Resource is in a terminal
56
+state (`success` or `failure`)
57
+
58
+## [1.0.1] - 2019-10-23
59
### Added
60
- `mini-testing` package adds testing utilities for the library.
61
-## [1.0.1] - 2019-10-07
62
+## [1.0.0] - 2019-10-07
63
64
- Initial architecture release.
65
0 commit comments