Skip to content

Releases: purescript-contrib/purescript-form-urlencoded

v7.0.0

27 Apr 21:52
e0e3eeb
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v6.0.2

16 Jun 19:15
860b2c4
Compare
Choose a tag to compare

Bugfixes:

  • Fixed encoding of spaces. Spaces must be replaced by + instead of %20 (#24 by @dederer)

v6.0.1

26 Feb 20:30
Compare
Choose a tag to compare

Other improvements:

  • Fixed link to js-uri in bower.json

v6.0.0

26 Feb 20:25
ded4831
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#20)

New features:

Bugfixes:

Other improvements:

  • Added tests for decode and encode (#15 by @nsaunders)
  • 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 (#18, #19)

v5.0.0

14 Aug 23:33
Compare
Choose a tag to compare
  • The previous encode function had a type signature which assumed it would always succeed, but the underlying function used from JavaScript could throw an exception. That exception is now caught and the encode function returns a Maybe String. To recover the previous implementation when you know the encoding is valid, you can use unsafePartial on the Maybe result. (@nsaunders)
  • There is now a decode function (@nsaunders)

v4.0.1

23 Jun 00:32
Compare
Choose a tag to compare
  • Adds metadata including contributor guidelines
  • Pushes latest release to Pursuit

v4.0.0

25 May 10:12
e40287e
Compare
Choose a tag to compare

Updates for 0.12

v3.0.0

03 Apr 15:32
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

27 Oct 15:52
Compare
Choose a tag to compare

Updates for 2.0 core libraries and psc-0.10.

v1.0.0

09 Jun 11:15
Compare
Choose a tag to compare

Updates for 1.0 core libraries.