mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
update september.plan
This commit is contained in:
parent
d4b6b6c833
commit
b6336f730b
@ -14,6 +14,7 @@
|
|||||||
- http: support plain HTTP protocol and follow redirects.
|
- http: support plain HTTP protocol and follow redirects.
|
||||||
- net: basic UDP support.
|
- net: basic UDP support.
|
||||||
- Functions can now be inlined via the `[inline]` attribute.
|
- Functions can now be inlined via the `[inline]` attribute.
|
||||||
|
- `gg` module can now render all Unicode characters.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
- fix vorum, migrate to orm
|
- fix vorum, migrate to orm
|
||||||
- wrap up memory management
|
- wrap up memory management
|
||||||
- fix child <T> function calls
|
- fix child <T> function calls
|
||||||
- fix non-ascii rendering in gg (ä, å, etc)
|
+ fix non-ascii rendering in gg (ä, å, etc)
|
||||||
- cache all tokens once
|
- cache all tokens once
|
||||||
- enable vfmt
|
- enable vfmt
|
||||||
- fix openssl on older linux distros
|
- fix openssl on older linux distros
|
||||||
@ -15,12 +15,13 @@
|
|||||||
- v ui for windows
|
- v ui for windows
|
||||||
- v ui for linux
|
- v ui for linux
|
||||||
- doom.v
|
- doom.v
|
||||||
- tcc backend
|
+ tcc backend
|
||||||
- fix all c warnings with -pedantic
|
- fix all c warnings with -pedantic
|
||||||
- set up pvs
|
+ set up pvs
|
||||||
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
|
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
|
||||||
- ui demo: calculator
|
- ui demo: calculator
|
||||||
- declarative ui with hot reload (similar to swiftui)
|
- declarative ui with hot reload (similar to swiftui)
|
||||||
- "building a simple blog with vweb" tutorial + youtube video
|
- "building a simple blog with vweb" tutorial + youtube video
|
||||||
|
- new playground built with WebAssembly
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user