Skip to content

0.4.0

Compare
Choose a tag to compare
@mnxn mnxn released this 02 Mar 04:48
· 4 commits to trunk since this release

CHANGES:

  • Add promise_jsoo_lwt library and Promise_lwt module to convert between JS
    promises and Lwt promises
  • Change internal representation to Ojs.t and make Promise.t abstract.
  • Remove Promise.void type (can now be expressed as unit Promise.t).
  • Add a Make functor to create modules with a custom type representation.
  • Give the error type a public Ojs.t type representation.
  • Remove js_of_ocaml-ppx dependency.