Skip to content

Releases: vlang/v

v0.1.9

29 Jun 13:25
Compare
Choose a tag to compare

v0.1.9

v0.1.8

28 Jun 11:50
Compare
Choose a tag to compare
  • Single file programs without fn main now work as expected.
  • REPL has been fixed: it now supports imports, consts, function definitions, etc.

v0.1.7

27 Jun 21:14
Compare
Choose a tag to compare
  • All C code in the compiler and vlib has been replaced with V.
  • # syntax for embedding C code has been removed.
  • Exported functions now need to be marked with pub, all public vlib functions have been updated.
  • CI has been set up (Travis + Azure). On every commit and PR it is made sure that V
    can compile itself, all tests pass, and all examples compile.
  • More tests have been uploaded.
  • Cleaner bytes to string conversion: tos2(bytes) => string(bytes).
  • The home page has 3 more examples next to 'hello world' that show the features of the language.
  • Lots of bugs and issues fixed.

v0.1.6

27 Jun 16:53
Compare
Choose a tag to compare

v0.1.6

v0.1.5

27 Jun 10:54
Compare
Choose a tag to compare

v0.1.5

v0.1.4

26 Jun 15:02
Compare
Choose a tag to compare

v0.1.4

v0.1.3

25 Jun 17:08
Compare
Choose a tag to compare

v0.1.3