We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76eb156 commit 70dd3e0Copy full SHA for 70dd3e0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.9.0 (2024-05-28)
4
+
5
+- Non-blocking async in default.
6
7
## v0.8.0 (2024-05-28)
8
9
- Extends `on` to support `onDual`.
deno.json
@@ -1,6 +1,6 @@
{
"name": "@lisez/xevt",
- "version": "0.8.0",
+ "version": "0.9.0",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --parallel --coverage=.coverage",
0 commit comments