7.0.0-53
CHANGES:
- BREAKING(CLI): remove --modules, redundant to ocamldep
(#1744) - fix: code generation for lazy rec forward references
(#1735) - Support OCaml 5.5 (#1724)
- Upgrade Stdlib to the OCaml 5.5 Stdlib
(#1739) - feat: preserve safe cross-module simplifications in
.cmjexports with
--cross-module-opt
(#1737) - feat: allow inlining direct primitive function calls with
--cross-module-opt
(#1732,
#1750,
#1751) - fix(CLI): fix
-warn/-warn-errorarguments not accepting 2 dash prefix
(#1738) - code generation: emit object property shorthand for matching identifiers
(#1762) - code generation: emit direct function calls instead of currying in the
presence of local modules
(#1752,
#1755)