-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a2f7a6
commit 79a98d7
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
## V 0.1.20 | ||
*XX Sep 2019* | ||
|
||
- JavaScript backend! | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
medvednikov
Author
Member
|
||
- 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! | ||
|
||
|
||
|
||
|
V 100% compiles to JavaScript now?!?!