V 0.1.12 changelog

pull/1049/head
Alexander Medvednikov 2019-07-04 02:38:28 +02:00 committed by GitHub
parent 68ed555e91
commit 04d7b08444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
# V 0.1.12
- V can finally compile itself on Windows. (https://github.com/vlang/v#mingw-w64)
- `os` module now uses optionals in all functions that return `File`. Lots of bugs with optionals fixed.
- `println` was optimized. It no longer results in allocations. Now it also works correctly with all integer types.
- Lots of `vfmt` fixes, it will be enabled tomorrow.
- New `strings` module.
- Lots of other fixes and improvements, thanks to all the contributors.
# V 0.1.11
- Cross compilation for Windows! (https://github.com/vlang/v/issues/892)
- Lots of Windows fixes
- socket.v
- maps fixed
V 0.1.12 will have cross compilation for Linux.
# 0.1.9 - 0.1.10
- Windows support via MinGW-w64. Pre-built Windows binary.