December 2023 Release #1261
mkellner
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains improvements to the Moddable SDK made between November 6, 2023 and November 30, 2023.
Highlights of this release include:
Release Details
"buffer"
. This was previously"number"
on some platforms. Tracks an update to ECMA-419. fix(tc53): serial format defaults to number EcmaTC53/spec#41 (Reported by @HipsterBrown). Projects that rely on the default format being"number"
need to be updated.get configuration
to allow Piu to use its interrupttypeof
operator for host (native) functions to return"function"
config.file.root
for portability. (Reported by @kallistisoft) File not found error when creating a new file while running /examples/network/http/httpserverputfile #1246Flash
module instance once. This allows it to work on ESP-IDF 5 which no longer supports memory mapping the same region multiple times. (reported by @stc1988) contributed/giphy app failed to launch #1258.mcrun
supports-t build
option to build mod without deploying or running-t buildArchive
to build the archive with Moddable SDK objects but not build and link the ESP-IDF host (for specialized scenarios like building the Moddable SDK into an ESP-IDF application)slice
test on fails on Windows because Moddable SDK was checked out with Windows line endings instead of Unix line endingsThis discussion was created from the release December 2023 Release.
Beta Was this translation helpful? Give feedback.
All reactions