Releases: purescript-contrib/purescript-form-urlencoded
Releases · purescript-contrib/purescript-form-urlencoded
v7.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#27 by @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#26 by @thomashoneyman)
v6.0.2
v6.0.1
Other improvements:
- Fixed link to js-uri in bower.json
v6.0.0
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
andencode
(#15 by @nsaunders) - Changed default branch to
main
frommaster
- 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
- 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 theencode
function returns aMaybe String
. To recover the previous implementation when you know the encoding is valid, you can useunsafePartial
on theMaybe
result. (@nsaunders) - There is now a
decode
function (@nsaunders)
v4.0.1
- Adds metadata including contributor guidelines
- Pushes latest release to Pursuit
v4.0.0
Updates for 0.12