New Language Features
- Allow
case nilwithin a type switch statement
Compiler Improvements
- Add
-o:noneoptimization mode (useful for-debugbuilds) - General improvements to
-debugbuilds - Add
-no-thread-localflag - Fix minor memory leak in the compiler
- Improve SysV ABI for multiple return values and structs
- Add
@(extra_linker_flags=<string>)attribute forforeign import - Improvements to the documentation generation for handling comments
New Packages
vendor:raylibversion 4.5core:text/table- Table generation utility which can output to plaintext, markdown, and HTML
Package Improvements
- General improvements to
core:net - Improvements to
strconv.parse_f64_prefix - Simplification and improvement of
strings.split_multi_iterator - Make
core:imagepackages work onjsplatform by not requiringcore:os - Numerous package documentation