network-uri v2.6.2.0 Release Notes
Release Date: 2020-01-30 // over 6 years ago-
- ๐ Merge network-uri-static (Network.URI.Static) into this package, which offers a way to parse URI strings at compile time.
- โ Add
Lenses for theURItypes - โ Add
Genericinstances for theURItype - โ Add
Liftinstances for theURItype - โก๏ธ Optimize
isReservedand related character-class functions. - ๐ Start to add some benchmarks for performance analysis
- ๐ Fix a bug: Correctly parse IPv6 addresses in URIs.
- โ Add
rectifywhich normalizes a URI if it is missing certain separator characters required by the module. Some users found adding those characters inconvenient when building a URI from parts. - โ Add
nullURIAuthanduriAuthToString, parallelingnullURIanduriToString.