Releases: purescript-contrib/purescript-uri
Releases · purescript-contrib/purescript-uri
v4.2.2
- Fix for Pursuit publishing
v4.2.1
- Fixed query key and value encoding to percent-encode
=
v4.2.0
Each module now re-exports all types and lenses that are relevant to it, aside from URIRef
since it would have conflicting lenses for relative vs hierarchical parts.
v4.1.1
- Fixed some parsing behaviour so now URIs like
/page.htm
and ../page.htm
will parse
- Query, fragment, scheme, and authority parsers/printers now consistently include
?
, #
, :
and //
in both directions
v4.0.2
- Fixed encoding/decoding of
;
and &
within query parts #29
v4.0.0
- Modules have been reorganised and names have been changed, with the intention that printers/parsers will be used as qualified
- Encoding and decoding with %s should now behave more correctly for all parts of URIs. When constructing URIs the values should not be pre-encoded.
v3.1.0
- Added
Monoid
(and Semigroup
) instances for Query
v2.0.1
- Backported the IPv4 address parsing fix from v3.0.1