We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f625e9a commit 4b00e54Copy full SHA for 4b00e54
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+### 0.8.12
3
+ - Officially release and document "Encapsulated Tasks", which
4
+ are tasks that can maintain/mutate their own state without
5
+ having direct access to the host object's state. In conjunction
6
+ with Derived State, this allows for some nice patterns for
7
+ containing state/logic/mutations _within_ the tasks, rather
8
+ than requiring that state/events generated by tasks live on /
9
+ bleed into the host objects.
10
+
11
### 0.8.11
12
- Added Task.linked()/unlinked() as a means to avoid circular
13
cancelation errors. There is no change to behavior here,
0 commit comments