Releases: purescript-contrib/purescript-uri
Releases · purescript-contrib/purescript-uri
v3.0.1
- Fixed a bug in the parsing of IPv4 addresses
v3.0.0
- Updated for PureScript 0.11
v2.0.0
- Dependencies updated for PureScript 0.10
Query
representation is now a List
of Tuples
to accomodate duplicate keys
v1.0.0
Updated for PureScript 0.9
v0.3.1
- Fixed
bower.json
for pursuit publishing (@hdgarrood)
v0.3.0
- Flipped URL left/right to dir/file to match Pathy
- Better encoding/decoding for query string parts
- Added re-exports
This version is intended for use with PureScript v0.8.4+
v0.2.4
- Fixed unused import warnings for psc 0.7.6.
v0.2.3
- Fixed a bug that allows some relative URLs to parse successfully that were previously rejected
- Made the pretty printing of relative paths prettier (
file.html
rather than ./file.html
)
v0.2.2
- Fixed a parsing bug with empty host lists