We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e358 commit 70fdc4dCopy full SHA for 70fdc4d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.3.2 / 2025-11-09
2
+
3
+- fix: export statusTextMapping + statusRedirectMapping + statusEmptyMapping
4
5
## v0.3.1 / 2025-11-08
6
7
- fix: app.onerror print original error
package.json
@@ -1,6 +1,6 @@
{
"name": "hoa",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "A minimal web framework built on Web Standards",
"main": "./dist/cjs/hoa.js",
"type": "module",
0 commit comments