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-tidyformatter (#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
decodeandencode(#15 by @nsaunders) - Changed default branch to
mainfrommaster - 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
encodefunction 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 theencodefunction returns aMaybe String. To recover the previous implementation when you know the encoding is valid, you can useunsafePartialon theMayberesult. (@nsaunders) - There is now a
decodefunction (@nsaunders)
v4.0.1
- Adds metadata including contributor guidelines
- Pushes latest release to Pursuit
v4.0.0
Updates for 0.12