We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0499e2 commit 4618630Copy full SHA for 4618630
README.md
@@ -481,8 +481,7 @@ const scheduler = new TaskScheduler(() => new Error("We are all doomed!"));
481
```
482
483
## Changelog
484
-
485
-### **WORK IN PROGRESS**
+### 1.2.0 (2025-06-24)
486
487
- Add utility method `waitFor` for type-safe yielding of Promises
488
package.json
@@ -4,7 +4,7 @@
4
"access": "public"
5
},
6
"description": "A cooperative task scheduler based on generator functions",
7
- "version": "1.1.0",
+ "version": "1.2.0",
8
"license": "MIT",
9
"type": "module",
10
"module": "build/index.js",
0 commit comments