Skip to content

0.14.8

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:42
· 364 commits to master since this release
39caa9c
  • motoko (moc)

    • Add random-access indexing to Blob, support special methods get and keys (#5018).

    • Officializing enhanced orthogonal persistence (EOP) after a successful beta testing phase (#5035).

      EOP needs to be explicitly enabled by the --enhanced-orthogonal-persistence compiler flag or via args in dfx.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-mode for emacs (#5043).

    • bugfix: Avoid generating new Candid types arising from equal homonymous Motoko type (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).