We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a8df7b + efef8e1 commit 7c9fcacCopy full SHA for 7c9fcac
Changelog.md
@@ -1,10 +1,22 @@
1
# Changelog
2
3
-## 4.0.0-alpha.9
+## 4.0.0-beta.3
4
5
- Do not bind SIGTERM in Windows for v4
6
https://github.com/thefrontside/effection/pull/1032
7
8
+## 4.0.0-beta.2
9
+
10
+- run resources at the priority level of their caller
11
+ https://github.com/thefrontside/effection/pull/1017
12
+- add interval() helper to consume a stream of intervals, port from v3
13
+ https://github.com/thefrontside/effection/pull/1016
14
15
+## 4.0.0-beta.1
16
17
+- properly propagate errors from nested scopes
18
+ https://github.com/thefrontside/effection/pull/1014
19
20
## 4.0.0-alpha.8
21
22
- Add `until()` operation for turning promises into operations
0 commit comments