mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
V 0.1.20 changelog
This commit is contained in:
parent
0a2f7a6ba7
commit
79a98d7bcf
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,23 @@
|
|||||||
|
## V 0.1.20
|
||||||
|
*XX Sep 2019*
|
||||||
|
|
||||||
|
- JavaScript backend!
|
||||||
|
- Hundreds of C warnings were fixed. `gcc v.c` now builds without
|
||||||
|
any warnings.
|
||||||
|
- The mutability check now applies to function args (mutable
|
||||||
|
receivers that are not modified result in a compilation error).
|
||||||
|
- V tests now show how long each test took.
|
||||||
|
- Official Android support.
|
||||||
|
- Typo check. If a variable/function/module etc is misspelled,
|
||||||
|
V will suggest the correct name.
|
||||||
|
- Lots of Microsoft C fixes, and a separate Travis instance for
|
||||||
|
this backend.
|
||||||
|
- Bitwise operators `|`, `^`, `&` no longer work with booleans.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## V 0.1.19
|
## V 0.1.19
|
||||||
*12 Sep 2019*
|
*12 Sep 2019*
|
||||||
|
|
||||||
@ -31,7 +51,6 @@
|
|||||||
- A bug with struct ordering was fixed, now structs can be declared in any order.
|
- A bug with struct ordering was fixed, now structs can be declared in any order.
|
||||||
- V modules can now be built with `v build module`.
|
- V modules can now be built with `v build module`.
|
||||||
- `@FILE, @LINE, @FN, @COLUMN` for debugging.
|
- `@FILE, @LINE, @FN, @COLUMN` for debugging.
|
||||||
- JavaScript backend!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user