Skip to content

Releases: purescript-contrib/purescript-uri

v3.0.1

24 Apr 15:16
Compare
Choose a tag to compare
  • Fixed a bug in the parsing of IPv4 addresses

v3.0.0

16 Apr 11:52
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

28 Oct 19:58
Compare
Choose a tag to compare
  • Dependencies updated for PureScript 0.10
  • Query representation is now a List of Tuples to accomodate duplicate keys

v1.0.0

28 Jul 15:59
Compare
Choose a tag to compare

Updated for PureScript 0.9

v0.3.1

11 May 11:45
Compare
Choose a tag to compare
  • Fixed bower.json for pursuit publishing (@hdgarrood)

v0.3.0

13 Apr 17:17
Compare
Choose a tag to compare
  • 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

10 Feb 12:12
Compare
Choose a tag to compare
  • Fixed unused import warnings for psc 0.7.6.

v0.2.3

08 Feb 22:13
Compare
Choose a tag to compare
  • 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

08 Feb 19:13
Compare
Choose a tag to compare
  • Fixed a parsing bug with empty host lists

v0.2.1

18 Jan 23:26
Compare
Choose a tag to compare