Releases: toitlang/toit
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.
v2.0.0-alpha.114
Add support for mixins.
Disallow capturing of fields before super in constructors.
Make field lookups dynamic after super in constructors.
Fix case where readdir could trigger cross-process GC for no reason.
Fix failure to recognize an allocation failure.
Tighten up limits when drawing bitmaps/bytemaps.
Make bytemap drawing more flexible.
Handle cancelation during pure Toit TLS handshake.
v2.0.0-alpha.113
Fix Windows pipes.
Fix crash on Windows directory traversal.
Fix firmware.map on ESP32S3.
Disallow mutations of final fields.
v2.0.0-alpha.112
Invalidate RTC memory on firmware updates.
Add add-first to Deque.
v2.0.0-alpha.111
Increase WiFi connect timeout.
Update tpkg.
v2.0.0-alpha.110
Fix BLE advertising.