What's New?
Compiler
- Error messages improved in several places, by using correct location
Stdlib
- New
fmt.Print
component that works likefmt.Println
but without the newline. - Outport of
http.Get
renamed fromresp
tores
for consistency with other stdlib components. - New
strings.ToUpper
andstrings.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