We currently have a `pub type URL = String` definition that has been replaced by `Url`. While we didn't want to break API for the 0.3.2 patch release, we should drop that typedef for the v0.4 release.
We currently have a
pub type URL = Stringdefinition that has been replaced byUrl.While we didn't want to break API for the 0.3.2 patch release, we should drop that typedef for the v0.4 release.