0.6.26
-
motoko (
moc
)- Performance: inline prim-wrapping functions (thanks to nomeata) (#3159)
- Improve type pretty printer to mirror type parser (avoids producing unparseable stable variable signatures) (#3190)
- Adds new flag
--omit-metadata
to omit certain metadata sections fromactor
(andactor class
) Wasm (#3164) - Performance: avoid redundant heap allocation when deserializing compact Candid
int
andnat
values (#3173) - Added a primitive to obtain stable variable memory footprint (#3049)
-
motoko-base
- Fixed the 32-bit range limitation of
Hash.hash: Nat -> Nat32
and
deprecate most functions inHash
(dfinity/motoko-base#366). - Add
List.toIter
(thanks to hoosan) (dfinity/motoko-base#336).
- Fixed the 32-bit range limitation of