V 0.1.20 changelog

pull/2020/head 0.1.20
Alexander Medvednikov 2019-09-17 13:58:21 +03:00
parent 0a2f7a6ba7
commit 79a98d7bcf
1 changed files with 20 additions and 1 deletions

View File

@ -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
*12 Sep 2019*
@ -31,7 +51,6 @@
- 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`.
- `@FILE, @LINE, @FN, @COLUMN` for debugging.
- JavaScript backend!