Skip to content

1.0.0+dune

Compare
Choose a tag to compare
@NathanReb NathanReb released this 10 Mar 09:40
· 0 commits to master since this release

CHANGES:

  • Change the js_of_ocaml strategy for Ptime_clock's JavaScript
    implementation. Primitives of ptime.clock.os are now implemented
    in pure JavaScript and linked by js_of_ocaml. This means that the
    ptime.clock.jsoo library no longer exists, simply link against
    ptime.clock.os instead. Thanks to Hugo Heuzard for suggesting and
    implementing this.

  • Require OCaml >= 4.08

  • Correct a potential overflow in Ptime.Span.of_float_s (dbuenzli#26).