All Versions
7
Latest Version
Avg Release Cycle
19 days
Latest Release
2300 days ago
Changelog History
Changelog History
-
v2.6.3.0 Changes
February 18, 2020- ➕ Add official support for SafeHaskell NOTE: This is the first version whose SafeHaskell properties have become an intentional part of the API contract; previous versions were merely accidentally safe-inferred (or not depending on various factors; in other words, this was a fragile property).
- Derive
Liftinstances usingDeriveLiftextension, when available.
-
v2.6.2.0 Changes
January 30, 2020- 🔀 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.
-
v2.6.0.3 Changes
- 🛠 Fix a bug with IPv4 address parsing.
-
v2.6.0.2 Changes
- Implement Generic and NFData.
-
v2.6.0.1
September 02, 2014 -
v2.6.0.0 Changes
August 16, 2014- 🎉 Initial release: Module split off from
network.
- 🎉 Initial release: Module split off from
-
v2.5.0.0
September 02, 2014