Releases: toitlang/toit
v2.0.0-alpha.94
Support dashes in identifiers.
v2.0.0-alpha.93
Update to ESP-IDF 4.4.5.
Improve ESP-NOW implementation.
Fix dead code elimination bug with global stores.
Fix pulse counter closing.
v2.0.0-alpha.92
Rename 'Time.from_string' to 'Time.parse'.
Improvements to DNS errors.
v2.0.0-alpha.91
Add 'on_module_opened'.
Add more Ethernet documentation and examples.
Improve DNS fallback.
Roll: Report malloc errors through to API caller.
Use a better IP address for the captive portal.
Make RootCertificate a real object.
Deprecate the certificate roots in the SDK.
Add comments to the logger library.
v2.0.0-alpha.90
Fix crash when trying to import non-existing folder.
Let ethernet be a generic network.
Check firmware binary size when flashing.
Improve tree shaking and fix optimization bug.
Start using -O2 for the system.
v2.0.0-alpha.89
Fix TLS fallback mode by doing symmetric crypto in C.
Support providing root certs on demand.
Fix dangling 'svcs' pointer in BLE implementation.
Add esp32-eth-clk-out17 variant.
v2.0.0-alpha.88
Add ethernet service.
Reject unvalidated firmware updates on errors.
Fix IP address of ethernet.
Improve esp32 compilation on Windows.
Add 'show' to firmware tool.
Fix gpio.Pin.wait_for implementation.
v2.0.0-alpha.87
Update ESP-IDF to 4.4.4.
Reduce generated code size in primitives.
Move the ESP32 ethernet to esp32.net.
v2.0.0-alpha.86
Make the bundled esptool executable.
Stop bundling the internal bytecode lister.
Rename Toit installer for Windows x64.
v2.0.0-alpha.85
Don't block on UART drain if baud rate is low.
Optimize old-space GCs.
Use official esptool builds.
Add Windows installer.