Skip to content

7.0.0-414

Choose a tag to compare

@anmonteiro anmonteiro released this 22 Jun 06:32
· 1 commit to main since this release

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 .cmj exports with
    --cross-module-opt
    (#1737)
  • feat: allow inlining direct primitive function calls with
    --cross-module-opt
    (#1732,
    #1750,
    #1751)
  • fix(CLI): fix -warn / -warn-error arguments 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)