mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
changelog: 0.4
This commit is contained in:
parent
f7da224bf3
commit
ee9deb121a
3 changed files with 402 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue