Releases: toitlang/toit
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.
v2.0.0-alpha.119
Catch some edge cases when comparing ints with floats.
Use default native stack sizes in more places.
v2.0.0-alpha.118
Add support for weak maps.
Add support for watchdog timers.
Add an option to the uncompressed zlib encoder.
Improve finalizer handling.
Improve OOM message to include UUID of processes.
Make Zlib RLE support configurable.
Relax a restriction on font drawing on bitmaps.
Fix -Werror behavior with packages.
Fix off-by-one in bounds check of to-int.
v2.0.0-alpha.117
Enable SPIRAM on ESP32-S3.
Fix Win32 build.
v2.0.0-alpha.116
Fix crash when using SPIRAM on the ESP32-S3.
Fix crash in esp32.dump-heap.
Fix deallocation of encoded maps in messages.
Improvements to mixin support.
Ignore DNS TTLs under 10 seconds.
v2.0.0-alpha.115
Fix off-by-one in the transparency compositing primitive.
Fix memory accounting bug in directory traversals.
Fix error reporting for cyclic mixins.
Mark more core functions as SDK protected.