Skip to content

Releases: toitlang/toit

v2.0.0-alpha.129

22 Jan 12:30
07ee439
Compare
Choose a tag to compare

Delay UART printing until FreeRTOS runs on ESP32.

v2.0.0-alpha.128

18 Jan 07:06
93cb17f
Compare
Choose a tag to compare

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

20 Dec 05:39
7b44098
Compare
Choose a tag to compare

Only report package diagnostics when a file is opened.
Fix escapes in toitdocs.

v2.0.0-alpha.126

18 Dec 06:37
c0482e2
Compare
Choose a tag to compare

Analyze each URI in its own project.
Fix documentation for 'glob'.

v2.0.0-alpha.125

08 Dec 10:13
6d5788b
Compare
Choose a tag to compare

Allow GCs during TLS handshakes.

v2.0.0-alpha.124

07 Dec 13:33
d889868
Compare
Choose a tag to compare

Fixed newline capturing for encoding.yaml.
Added chmod, link and readlink to file primitives.

v2.0.0-alpha.123

29 Nov 14:50
23675ce
Compare
Choose a tag to compare

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

23 Nov 12:55
bd8689e
Compare
Choose a tag to compare

Add support for encoding.yaml.

v2.0.0-alpha.121

15 Nov 14:54
8b8e495
Compare
Choose a tag to compare

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

08 Nov 20:33
93bfd15
Compare
Choose a tag to compare

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.