Skip to content

Commit 4b00e54

Browse files
committed
changelog: encaps tasks
1 parent f625e9a commit 4b00e54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
211
### 0.8.11
312
- Added Task.linked()/unlinked() as a means to avoid circular
413
cancelation errors. There is no change to behavior here,

0 commit comments

Comments
 (0)