Releases: purescript-contrib/purescript-uri
Releases · purescript-contrib/purescript-uri
v4.2.2
22 Nov 18:19
Compare
Sorry, something went wrong.
No results found
Fix for Pursuit publishing
v4.2.1
08 Nov 15:14
Compare
Sorry, something went wrong.
No results found
Fixed query key and value encoding to percent-encode =
v4.2.0
06 Oct 17:04
Compare
Sorry, something went wrong.
No results found
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
06 Oct 14:46
Compare
Sorry, something went wrong.
No results found
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.1.0
03 Oct 21:04
Compare
Sorry, something went wrong.
No results found
v4.0.2
03 Oct 15:02
Compare
Sorry, something went wrong.
No results found
Fixed encoding/decoding of ; and & within query parts #29
v4.0.1
25 Sep 10:06
Compare
Sorry, something went wrong.
No results found
v4.0.0
15 Aug 12:19
Compare
Sorry, something went wrong.
No results found
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
09 Aug 15:00
Compare
Sorry, something went wrong.
No results found
Added Monoid (and Semigroup) instances for Query
v2.0.1
24 Jun 15:44
Compare
Sorry, something went wrong.
No results found
Backported the IPv4 address parsing fix from v3.0.1