Skip to content

Commit

Permalink
Merge pull request #839 from thefrontside/release-3.x.x
Browse files Browse the repository at this point in the history
release v3.0.0-beta.3
  • Loading branch information
cowboyd authored Nov 30, 2023
2 parents fab170c + eb84996 commit b501b5c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## 3.0.0-beta.3

- Scope.run() now behaves like `spawn()` and will crash the scope if the
operation fails https://github.com/thefrontside/effection/pull/838
- Powered up `call()` operation can now invoke not just operation functions, but
also async functions and vanilla JavaScript functions
https://github.com/thefrontside/effection/pull/832
- Task.halt() now succeeds whenever the shutdown succeeds, regardless of whether
the task itself failed https://github.com/thefrontside/pull/effection/837

## 3.0.0-beta.2

- ✨allow custom `Queue` impl whene creating a `Signal`
- ✨allow custom `Queue` impl whenever creating a `Signal`
https://github.com/thefrontside/effection/pull/826
- 📄Represent `each` as a function, not a variable in the API docs
https://github.com/thefrontside/effection/pull/825
Expand Down

0 comments on commit b501b5c

Please sign in to comment.