Releases: toitlang/toit
v2.0.0-alpha.129
Delay UART printing until FreeRTOS runs on ESP32.
v2.0.0-alpha.128
Larger UART buffers when marked as high priority.
Fix encoding of negative float32s in ByteOrder class.
Move 'program-name' to 'system', and add 'system.program-path'.
Allow scanning when already connected to WiFi.
Roll esp idf.
v2.0.0-alpha.127
Only report package diagnostics when a file is opened.
Fix escapes in toitdocs.
v2.0.0-alpha.126
Analyze each URI in its own project.
Fix documentation for 'glob'.
v2.0.0-alpha.125
Allow GCs during TLS handshakes.
v2.0.0-alpha.124
Fixed newline capturing for encoding.yaml.
Added chmod, link and readlink to file primitives.
v2.0.0-alpha.123
Warn if 'if' and 'else' are not at same indentation.
Allow ':' of a method/declaration to be at detent level.
Avoid getting stuck forever on monitor.Signal.
v2.0.0-alpha.122
Add support for encoding.yaml.
v2.0.0-alpha.121
Print diagnostics on stderr when running programs.
Report package warnings if they are local.
Support bytemap drawing with padded lines of byte data.
Fix rare case in zlib decompresser.
Be more liberal in accepting DNS packets.
Add stride argument to bitmap primitive.
v2.0.0-alpha.120
Add feature to hold pins during deep sleep.
Move rare things out of core/util into system.
Remove deprecated functionality.
Fix missing Object methods on mixins and interfaces.
Added support for querying the architecture of the Toit VM.
Add conversion to and from UTF-16.
Fix super call to mixins in named constructors.