3.1.0
版本发布时间: 2019-10-25 16:47:46
ocsigen/js_of_ocaml最新发布版本:5.8.2(2024-05-26 22:10:33)
Features/Changes
- Lib: add missing File.blob constructor (fix #630)
- Runtime: hash support for custom blocks
- Runtime: weak.js loaded by default
- Compiler: compile an OCaml program into a named javascript function (fix #599)
- Misc: move ppx_deriving_json in its own opam package (Rudi Grinberg)
- Compiler: static eval of float negation
- Compiler: improve constant sharing.
- Ppx: add support for writeonly_prop and optdef_prop in object literal.
Bug fixes
- Compiler: fix code generation of unary ops (missing space).
- Compiler: fix static eval of conditions (fix #616)
- Compiler: fix code generation for OCaml GPR#1568
- Runtime: fix bug found using the closure compiler (#644)