Skip to content

Commit 9d28e2b

Browse files
cowboydtaras
andauthored
Prepare v4 Changelog (#1043)
* Added JSR and fixed link to v4 guides * Prepare v4 Changelog Resolves #1019 This compiles all the alpha and beta logs into a single changelog descending from v3 * collapse and collate v4 changelog * fixup formatting --------- Co-authored-by: Taras Mankovski <[email protected]>
1 parent 321e979 commit 9d28e2b

File tree

1 file changed

+3
-40
lines changed

1 file changed

+3
-40
lines changed

Changelog.md

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
11
# Changelog
22

3-
## 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
3+
## 4.0.0
94

5+
- Announcing Effection 4.0
6+
https://frontside.com/blog/2025-12-23-announcing-effection-v4/
107
- run resources at the priority level of their caller
118
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-
179
- properly propagate errors from nested scopes
1810
https://github.com/thefrontside/effection/pull/1014
19-
20-
## 4.0.0-alpha.8
21-
22-
- Add `until()` operation for turning promises into operations
23-
https://github.com/thefrontside/effection/pull/990
2411
- Add Effect.js benchmarks for performance comparison
2512
https://github.com/thefrontside/effection/pull/979
26-
27-
## 4.0.0-alpha.7
28-
2913
- Fix type definition for call operation
3014
https://github.com/thefrontside/effection/pull/973
3115
- Fix missing tag issue https://github.com/thefrontside/effection/pull/970
3216
- Minor documentation improvements
3317
https://github.com/thefrontside/effection/pull/971
34-
35-
## 4.0.0-alpha.6
36-
3718
- Remove unnecessary www from deploy preview URLs
3819
https://github.com/thefrontside/effection/pull/969
3920
- Add promise helpers https://github.com/thefrontside/effection/pull/968
40-
41-
## 4.0.0-alpha.5
42-
4321
- Test against Node 16, 18, 20 versions
4422
https://github.com/thefrontside/effection/pull/966
4523
- Add documentation for scope https://github.com/thefrontside/effection/pull/961
@@ -62,33 +40,18 @@
6240
- Add withResolvers documentation
6341
https://github.com/thefrontside/effection/pull/940
6442
- Remove v2 documentation https://github.com/thefrontside/effection/pull/938
65-
66-
## 4.0.0-alpha.4
67-
6843
- Add dynamic import for Node.js main
6944
https://github.com/thefrontside/effection/pull/936
7045
- Add scoped operation https://github.com/thefrontside/effection/pull/933
7146
- Export Result interface from API
7247
https://github.com/thefrontside/effection/pull/920
7348
- Add benchmark suite https://github.com/thefrontside/effection/pull/919
74-
75-
## 4.0.0-alpha.3
76-
7749
- Add do-effect helper https://github.com/thefrontside/effection/pull/918
7850
- Use Deno 2.0 https://github.com/thefrontside/effection/pull/917
79-
80-
## 4.0.0-alpha.2
81-
8251
- Make Task implement Operation
8352
https://github.com/thefrontside/effection/pull/915
84-
85-
## 4.0.0-alpha.1
86-
8753
- Export async helpers in main API
8854
https://github.com/thefrontside/effection/pull/913
89-
90-
## 4.0.0-alpha.0
91-
9255
- Initial v4 release with delimited continuations
9356

9457
## 3.6.1

0 commit comments

Comments
 (0)