Skip to content

0.6.29

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:17
· 1544 commits to master since this release
a0cae95
  • 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 textCompare allowing more efficient three-way
      Text comparisons (#3298)
    • Fixed a typing bug with annotated, recursive records (#3268)
  • 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)