0.9.2
-
motoko (
moc)-
BREAKING CHANGE (Minor):
or-patterns in function definitions cannot be inferred any more. The new error
message suggests to add a type annotation instead. This became necessary in order
to avoid potentially unsound types (#4012). -
Added implementation for
ic0.canister_versionas a primitive (#4027). -
Added a more efficient
Prim.blobCompare(thanks to nomeata) (#4009). -
bugfix: minor error in grammar for
async*expressions (#4005).
-
-
motoko-base
- Add
Principal.isControllerfunction (caffeinelabs/motoko-base#558).
- Add