File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Motoko compiler changelog
22
3- ## 0.14.8 (FUTURE )
3+ ## 0.14.8 (2025-04-17 )
44
55* motoko (` moc ` )
66
77 * Add random-access indexing to ` Blob ` , support special methods ` get ` and ` keys ` (#5018 ).
88
9- * Officializing ** enhanced orthogonal persistence** (EOP) after a successful beta testing phase.
9+ * Officializing ** enhanced orthogonal persistence** (EOP) after a successful beta testing phase ( # 5035 ) .
1010
1111 EOP needs to be explicitly enabled by the ` --enhanced-orthogonal-persistence ` compiler flag or via ` args ` in ` dfx.json ` :
1212 ```
1717
1818 * Add support for parser error recovery to improve LSP (Serokell, Milestone-2) (#4959).
1919
20- * bugfix: Avoid generating new Candid `type`s arising from homonymous Motoko `type` (if possible) in service definitions (#4309, #5013).
20+ * We now provide a proper `motoko-mode` for `emacs` (#5043).
21+
22+ * bugfix: Avoid generating new Candid `type`s arising from equal homonymous Motoko `type` (if possible)
23+ in service definitions (#4309, #5013).
24+
25+ * bugfix: Provide a more consistent framework for dealing with internally generated type indentifiers,
26+ fixing caching bugs, e.g. in the VSCode plugin (#5055).
2127
2228## 0.14.7 (2025-04-04)
2329
You can’t perform that action at this time.
0 commit comments