|
91 | 91 |
|
92 | 92 | - Initial v4 release with delimited continuations |
93 | 93 |
|
| 94 | +## 3.6.1 |
| 95 | + |
| 96 | +- Do not bind SIGTERM in Windows |
| 97 | + https://github.com/thefrontside/effection/pull/1031 |
| 98 | + |
| 99 | +## 3.6.0 |
| 100 | + |
| 101 | +- ✨ add interval() helper to consume a stream of intervals |
| 102 | + https://github.com/thefrontside/effection/pull/1005 |
| 103 | + |
| 104 | +## 3.5.1 |
| 105 | + |
| 106 | +- 🐛 Fix Webpack compatibility through a specific comment to ignore the dynamic |
| 107 | + `node:process` import https://github.com/thefrontside/effection/pull/1007 |
| 108 | + |
| 109 | +## 3.5.0 |
| 110 | + |
| 111 | +- 🚛 Backport createScope(parent) to v3 |
| 112 | + https://github.com/thefrontside/effection/pull/996 |
| 113 | +- 🚛 Backport Scope.spawn() to v3 |
| 114 | + https://github.com/thefrontside/effection/pull/995 |
| 115 | + |
| 116 | +## 3.4.0 |
| 117 | + |
| 118 | +- Introducing until helper to replace call(promise) |
| 119 | + https://github.com/thefrontside/effection/pull/988 |
| 120 | + |
| 121 | +## 3.3.0 |
| 122 | + |
| 123 | +- 🎒Backport Context.with() https://github.com/thefrontside/effection/pull/982 |
| 124 | +- 🎒backport `each()` 🐛 fixes to v3 |
| 125 | + https://github.com/thefrontside/effection/pull/980 |
| 126 | +- 🎒backport advanced scope helpers from v4 -> v3 |
| 127 | + https://github.com/thefrontside/effection/pull/967 |
| 128 | + |
| 129 | +## 3.2.0 |
| 130 | + |
| 131 | +- ✨ Backfill the `scoped()` API |
| 132 | + https://github.com/thefrontside/effection/pull/964 |
| 133 | +- ✨ Backport `withResolvers()` from v4 to v3 |
| 134 | + https://github.com/thefrontside/effection/pull/963 |
| 135 | + |
| 136 | +## 3.1.0 |
| 137 | + |
| 138 | +- 🐛 dynamically import node process |
| 139 | + https://github.com/thefrontside/effection/pull/935 |
| 140 | +- Deprecate non-function invocations of call() |
| 141 | + https://github.com/thefrontside/effection/pull/929 |
| 142 | +- backport `Context#expect()` to v3 |
| 143 | + https://github.com/thefrontside/effection/commit/4d3be6c1be3f4c3c7dfbfd5435d07d754023800a |
| 144 | + |
94 | 145 | ## 3.0.3 |
95 | 146 |
|
96 | 147 | - this is just a placeholder release in order to workaround an issue. It is 100% |
|
0 commit comments