Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Changelog

## 4.0.0-alpha.9
## 4.0.0-beta.3

- Do not bind SIGTERM in Windows for v4
https://github.com/thefrontside/effection/pull/1032

## 4.0.0-beta.2

- run resources at the priority level of their caller
https://github.com/thefrontside/effection/pull/1017
- add interval() helper to consume a stream of intervals, port from v3
https://github.com/thefrontside/effection/pull/1016

## 4.0.0-beta.1

- properly propagate errors from nested scopes
https://github.com/thefrontside/effection/pull/1014

## 4.0.0-alpha.8

- Add `until()` operation for turning promises into operations
Expand Down
Loading