mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
changelog: some 0.3.2 features
This commit is contained in:
parent
b2ab7a333b
commit
572e26204e
@ -1,8 +1,14 @@
|
|||||||
## V 0.3.2
|
## V 0.3.2
|
||||||
*Not yet released*
|
*Not yet released*
|
||||||
|
- New stunnig playground with an improved look and feel, much better and responsive editor,
|
||||||
|
code sharing by link, more convenient keyboard control, reusability for potential embedding:
|
||||||
|
https://play.vlang.io.
|
||||||
|
- msgpack module for decoding/encoding msgpack.
|
||||||
|
- Easier custom error creation: `return MyCustomErr{}` instead of `return IError(MyCustomErr)`.
|
||||||
- Remove the need for the `[console]` attribute in Windows GUI apps.
|
- Remove the need for the `[console]` attribute in Windows GUI apps.
|
||||||
- All floats outputs now have `.0` conditionally appended to them to improve clarity.
|
- All floats outputs now have `.0` conditionally appended to them to improve clarity.
|
||||||
|
|
||||||
|
|
||||||
## V 0.3.1
|
## V 0.3.1
|
||||||
*31 Aug 2022*
|
*31 Aug 2022*
|
||||||
- Anonymous structs.
|
- Anonymous structs.
|
||||||
|
Loading…
Reference in New Issue
Block a user