This is the final release of the core
library as a fully synchronous interpreter, the next release will come with support for async/await
to remove dependency on SharedArrayBuffer
.
Release Changes
- Fixed
IfToStr
to properly handleroInvalid
component by @lvcabral in #451 - Simplified
AppPayload
type checking by @lvcabral in #452 - Upgraded dependencies.
Full Changelog: v1.8.1...v1.8.2