Skip to content

Commit 46b33fd

Browse files
authored
Update changelog.md [skip ci]
1 parent e91b6f9 commit 46b33fd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

changelog.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,24 @@ Refer to readme to learn about the features, and to examples, to, well, see them
2222
## v1.0 (Jul 13, 2023)
2323

2424
Features and fixes:
25-
- Added Support of basic web APIs
26-
- Added Brotli and gzip http compression
2725
- Solved a ton of random crashes
2826
- Ditched super unsafe parts of code
2927
- Fixed multiple memory leaks
3028
- Added Websocket server basic functionality
31-
- Added fetch client (just like in javascript)
3229

3330
And probably some more things I can't remember.
3431

3532

33+
## v0.7 (Jan 6, 2023)
34+
35+
Features list:
36+
- HTTP/1.1 (yeah, this part is not very exciting)
37+
- Isolated request handlers (this is cooler 😎)
38+
- br. gzpi and deflate Content-Encoding support
39+
- Basic Fetch API
40+
- Very basic filesystem functions
41+
42+
3643
## v0.5 (Mar 8, 2023)
3744

3845
Got it moved to a public GH repo, and as a side note, rewrote the entire thing

0 commit comments

Comments
 (0)