0.14.8
-
motoko (
moc)-
Add random-access indexing to
Blob, support special methodsgetandkeys(#5018). -
Officializing enhanced orthogonal persistence (EOP) after a successful beta testing phase (#5035).
EOP needs to be explicitly enabled by the
--enhanced-orthogonal-persistencecompiler flag or viaargsindfx.json:"type" : "motoko" ... "args" : "--enhanced-orthogonal-persistence" -
Add support for parser error recovery to improve LSP (Serokell, Milestone-2) (#4959).
-
We now provide a proper
motoko-modeforemacs(#5043). -
bugfix: Avoid generating new Candid
types arising from equal homonymous Motokotype(if possible)
in service definitions (#4309, #5013). -
bugfix: Provide a more consistent framework for dealing with internally generated type indentifiers,
fixing caching bugs, e.g. in the VSCode plugin (#5055).
-