Skip to content

Commit 189faa3

Browse files
committed
* ADDED: Cache methods getCachedSuccess(), getCachedFailure().
* ADDED: Improved documentation. * ADDED: Bumped Dart SDK version.
1 parent a09b013 commit 189faa3

File tree

8 files changed

+239
-390
lines changed

8 files changed

+239
-390
lines changed

CHANGELOG.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1+
## 2.0.0
2+
* ADDED: Cache methods `getCachedSuccess()`, `getCachedFailure()`.
3+
* ADDED: Improved documentation.
4+
* ADDED: Bumped Dart SDK version.
5+
16
## 1.3.0
2-
* ADDED: Global Observer Command State Listener
7+
* ADDED: Global observer command state listener.
38

49
## 1.2.0
5-
* ADDEd: when operator
10+
* ADDED: `when` operator.
611

712
## 1.1.2
8-
* FIX: documentation
13+
* FIXED: Documentation.
914

1015
## 1.1.1
11-
* FIX: documentation
16+
* FIXED: Documentation.
1217

1318
## 1.1.0
14-
15-
* NEW: State History.
16-
* NEW: Timeout.
17-
* NEW: Cancellation Support
18-
* NEW: Added Command State Getters.
19-
* Fix: Running class name.
20-
19+
* ADDED: State history.
20+
* ADDED: Timeout.
21+
* ADDED: Cancellation support.
22+
* ADDED: Command state getters.
23+
* FIXED: Running class name.
2124

2225
## 1.0.0
23-
24-
* Initial Release
26+
* Initial release.

0 commit comments

Comments
 (0)