Skip to content

Releases: purescript-contrib/purescript-uri

v4.2.2

22 Nov 18:19
5600a0a
Compare
Choose a tag to compare
  • Fix for Pursuit publishing

v4.2.1

08 Nov 15:14
c7db449
Compare
Choose a tag to compare
  • Fixed query key and value encoding to percent-encode =

v4.2.0

06 Oct 17:04
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added lenses

v4.0.2

03 Oct 15:02
Compare
Choose a tag to compare
  • Fixed encoding/decoding of ; and & within query parts #29

v4.0.1

25 Sep 10:06
Compare
Choose a tag to compare
  • Remove unnecessary FFI usage (@joneshf)

v4.0.0

15 Aug 12:19
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added Monoid (and Semigroup) instances for Query

v2.0.1

24 Jun 15:44
Compare
Choose a tag to compare
  • Backported the IPv4 address parsing fix from v3.0.1