0.6.29
·
1544 commits
to master
since this release
-
motoko (
moc)- The language server now supports explicit symbol imports (thanks
to rvanasa) (#3282) - The language server now has improved support for navigating to
definitions in external modules (thanks to rvanasa) (#3263) - Added a primitive
textCompareallowing more efficient three-way
Textcomparisons (#3298) - Fixed a typing bug with annotated, recursive records (#3268)
- The language server now supports explicit symbol imports (thanks
-
motoko-base
-
Add
ExperimentalInternetComputer.countInstruction : (comp : () -> ()) -> Nat64
to count the Wasm instructions performed during execution of
comp()(caffeinelabs/motoko-base#381) -
Add
ExperimentalStableMemory.stableVarQuery : () -> (shared query () -> async {size : Nat64})
for estimating stable variable storage requirements during upgrade
(caffeinelabs/motoko-base#365) -
Performance improvement to
Text.compare(caffeinelabs/motoko-base#382)
-