Skip to content

1.13.0

Latest

Choose a tag to compare

@caffeine-ci-bot caffeine-ci-bot released this 03 Aug 15:26
· 6 commits to master since this release
cd63c2e
  • motoko (moc)

    • feat: import a local Candid file as a types-only Motoko module via the idl: URI scheme —
      import S "idl:foo.did" exposes S.Self (the service actor type) and named
      Candid types, PascalCased when unambiguous (e.g. user_idS.UserId). No principal or
      --actor-idl flags required (#6263).

    • chore: multi-value Wasm codegen is now always on;
      --(no-)experimental-multi-value are kept for CLI compatibility but have
      no effect (#6266).