Skip to content

v3.0.0

Compare
Choose a tag to compare
@avsm avsm released this 10 Jul 19:02
· 66 commits to main since this release
a2d304a

CHANGES:

  • Complete the migration of making sexp an optional dependency that was
    started in 2.0.0. We now remove the uri.sexp ocamlfind package and
    have uri and uri-sexp for both the ocamlfind and opam packages.
    Code that was formerly using uri.sexp in its build will now need to
    move to uri-sexp instead (#134 @Julow @dinosaure).

  • Remove the deprecated Uri_re module. All code should be using the
    Uri.Re module instead (@avsm @Julow).

  • Remove the uri.top library, since we install the toplevel printer
    automatically since 2.2.0 via an attribute.