changelog: 0.4

This commit is contained in:
Alexander Medvednikov 2023-07-01 13:47:57 +03:00
parent f7da224bf3
commit ee9deb121a
3 changed files with 402 additions and 5 deletions

View file

@ -23,7 +23,7 @@
- [x] Recursive structs via options: `struct Node { next ?Node }`
- [x] First class Option type
- [x] Optional function struct fields
- [ ] Handle function pointers safely, remove `if function == 0 {`
- [x] Handle function pointers safely, remove `if function == 0 {`
- [x] Bundle OpenSSL like GC
- [x] Anonymous structs
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes