Skip to content

3.10.0

Compare
Choose a tag to compare
@hhugo hhugo released this 30 Aug 10:03
· 1172 commits to master since this release

CHANGES:

Features/Changes

  • Compiler: add support for OCaml 4.13
  • Compiler: new tool to check for missing primitives
  • Compiler: drop support for OCaml 4.03 and bellow
  • Lib: add offsetX and offsetY to Dom_html.mouseEvent
  • Lib: add innerText property for Dom_html
  • Runtime: add dummy implementation for many dummy primitives
  • Runtime: add runtime for new float operation in 4.13 #1113 (by pmwhite)

Misc

  • manual/rev_bindings.wiki: fix compilation error