Skip to content

v0.28.0

Latest
Compare
Choose a tag to compare
@emil14 emil14 released this 28 Nov 17:43
24a6710

What's New?

Compiler

  • Error messages improved in several places, by using correct location

Stdlib

  • New fmt.Print component that works like fmt.Println but without the newline.
  • Outport of http.Get renamed from resp to res for consistency with other stdlib components.
  • New strings.ToUpper and strings.ToLower components.

Documentation

  • Book updated to match latest language changes
  • Tutorial extended with new section about switch expressions

Full Changelog: v0.27.1...v0.28.0