Skip to content

Releases: purescript-contrib/purescript-uri

v9.0.0

28 Apr 00:21
6cb335d
Compare
Choose a tag to compare

Breaking changes:

Bugfixes:

  • Made all parsers stack safe on long input (#63 by @garyb)
  • Exceptions are no longer thrown when using e.g. valueFromString with lone surrogates (#68 by @ysangkok)

Other improvements:

v8.0.1

06 May 17:06
d56b9c2
Compare
Choose a tag to compare

Other improvements:

v8.0.0

26 Feb 23:45
adac37f
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#57, #58)

New features:

Bugfixes:

Other improvements:

  • Replaced 'id' with 'identity' in documentation (#52)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#53, #55, #56, #39)

v7.0.0

18 Mar 20:43
e48b2e9
Compare
Choose a tag to compare

Updated dependencies

v6.1.0

07 Feb 17:54
070d3d6
Compare
Choose a tag to compare

Raised upper boundary on purescript-profunctor-lenses dependency (@athanclark)

v6.0.0

29 Jun 16:14
428d45d
Compare
Choose a tag to compare

Updated for PureScript 0.12

v5.1.0

20 Mar 23:37
14a9ea6
Compare
Choose a tag to compare

v5.0.0

20 Mar 18:32
488afff
Compare
Choose a tag to compare

Complete redesign to fix some problems with the previous representations, and to add flexibility in dealing with customised URI formats. See the README for more information.

v4.2.4

26 Jan 12:30
293ff97
Compare
Choose a tag to compare
  • Fix userInfo encoding/decoding #42 @safareli
    Some Chars were not correctly encoded and decoded, @ for example.

v4.2.3

04 Jan 00:34
fd6a5f3
Compare
Choose a tag to compare
  • Fix parsing to allow hostnames to start with numbers #39