Change code generation strategy to avoid big switches in the services file; improves build time by 10x (#114 by @gasche).
Remove deprecated function use (String.lowercase)
Add development Makefile with more targets.
v1.9.5 2017-11-05
Fix build with OCaml 4.06 (and -safe-string) (#108 @hcarty)
Set (wrapped false) in jbuilder (#105 @avsm)
Add OCaml 4.06 to the travis CI matrix (#109 @djs55)
v1.9.4 2017-05-30
Port build system to jbuilder (#100 @vbmithr @rgrinberg @avsm @dsheets). There should be no observable changes, except that Uri_services is now in a separate subdirectory. This means that packages that implicitly depended on the module without including the ocamlfind uri.services package may now fail. Just adding the ocamlfind dependency will fix it, and is backwards compatible with older Uri releases.
Restrict build to OCaml 4.03.0+ (was formerly OCaml 4.02.0+).
Add Appveyor tests for Windows compilation.
v1.9.3 2017-03-06
Port build system to topkg (#95 by @fgimenez)
Add a tighter opam constraint on ppx_sexp (#94)
Explicitly depend on ppx_deriving for improving future compatibility with Jane Street upstream (#98).
Update Travis CI to include OCaml 4.04 and 4.03 in the matrix.
v1.9.2 2016-02-12
Remove sexplib.syntax, type_conv deps and camlp4 transitive dependency
Add ppx_sexp_conv dependency
Require OCaml 4.02.3+
v1.9.1 2015-06-26
Fix with_password None when no userinfo present (#78 from Hezekiah M. Carty)
v1.9.0 2015-05-15
Colon (":") is no longer percent-encoded in path segments
URNs are now supported (#67)
Relative paths with colons in first segment have "./" prepended in to_string
Add Uri.empty, the zero length URI reference
Uri_services now includes service aliases (e.g. www, www-http, http)
Uri_services now includes chargen and git
Add Uri.canonicalize for scheme-specific normalization (#70)
Add Uri.verbatim_query to extract literal query string (#57)
Add Uri.equal
Add Uri.user and Uri.password accessors for subcomponents of userinfo (#62)
Add Uri.with_password functional setter for password subcomponent of userinfo