network-uri v2.6.2.0 Release Notes

Release Date: 2020-01-30 // about 4 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 the URI types
    • โž• Add Generic instances for the URI type
    • โž• Add Lift instances for the URI type
    • โšก๏ธ Optimize isReserved and related character-class functions.
    • ๐ŸŽ Start to add some benchmarks for performance analysis
    • ๐Ÿ›  Fix a bug: Correctly parse IPv6 addresses in URIs.
    • โž• Add rectify which 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 nullURIAuth and uriAuthToString, paralleling nullURI and uriToString.