Skip to content

Releases: nevalang/neva

v0.10.3

09 Mar 08:49
faaf389
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

08 Mar 19:35
18ac3bd
Compare
Choose a tag to compare

What's Changed

  • Changed cli feature 'new's usage to match actual usage by @dorian3343 in #502
  • fix(parser): err msg in case of invalid connection by @emil14 in #505

Full Changelog: v0.10.1...v0.10.2

v0.10.1

08 Mar 12:45
ef46bd0
Compare
Choose a tag to compare

What's Changed

  • Created windows install script by @dorian3343 in #496
  • fix(compiler): analyzer pass float const with int lit and desugarer r… by @emil14 in #500

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

04 Mar 20:08
9175088
Compare
Choose a tag to compare

What's Changed

  • feat(std:regexp): Submatcher (+ example) by @emil14 in #493

Full Changelog: v0.9.0...v0.10.0

v0.9.0

03 Mar 08:28
03df735
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

03 Mar 07:19
c4d4091
Compare
Choose a tag to compare

What's Changed

  • feat(build): cross-platform compilation and download script for UNIX by @emil14 in #489

Full Changelog: v0.8.1...v0.8.2

v0.8.1

03 Mar 06:48
1e96ada
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0 Alpha 🎉

02 Mar 04:14
099f9c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.8.0

v0.6.3

29 Feb 05:48
9199587
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.3

v0.5.1 (add missing binary)

22 Feb 11:58
Compare
Choose a tag to compare
fix(irgen): all examples now compiles to valid go