File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed
Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.0.1] - 2025-11-07
4+
5+ ### 🚀 Features
6+
7+ * * (std)* add jco-std along with hono adapter by @vados-cosmonic
8+
9+
10+ ### 🐛 Bug Fixes
11+
12+ * * (std)* release automation for std by @vados-cosmonic in #1112
13+
14+ * * (std)* lint by @vados-cosmonic in #1107
15+
16+ * * (std)* request creation code for hono integration by @vados-cosmonic
17+
18+ * * (std)* working hacked response by @vados-cosmonic in #1093
19+
20+ * * (std)* use alias for jco-std test by @vados-cosmonic
21+
22+
23+ ### 🚜 Refactor
24+
25+ * * (std)* reuse request/response parsing impls by @vados-cosmonic
26+
27+ * * (std)* switch to wasi: http as the default method by @vados-cosmonic
28+
29+
30+ ### 🧪 Testing
31+
32+ * * (std)* add retry for e2e app tests by @vados-cosmonic in #1105
33+
34+ * * (std)* fix up hono tests by @vados-cosmonic
35+
36+ * * (std)* remove unused config by @vados-cosmonic
37+
38+
39+ ### ⚙️ Miscellaneous Tasks
40+
41+ * * (std)* remove unused code, some fixups by @vados-cosmonic
42+
43+ * * (std)* improve apps tests, lint, update workflow by @vados-cosmonic
44+
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco-std" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Library of shared functionality for use with the JS WebAssembly components" ,
55 "contributors" : [
66 {
5353 "prepack" : " npm run build"
5454 },
5555 "devDependencies" : {
56- "typescript-eslint" : " ^8.43.0" ,
5756 "@bytecodealliance/jco-transpile" : " ^0.1.1" ,
5857 "@bytecodealliance/preview2-shim" : " ^0.17.5" ,
5958 "@types/which" : " ^3.0.4" ,
6059 "hono" : " ^4.10.4" ,
6160 "rolldown" : " ^1.0.0-beta.46" ,
61+ "typescript-eslint" : " ^8.43.0" ,
6262 "which" : " ^5.0.0"
6363 }
6464}
You can’t perform that action at this time.
0 commit comments