Skip to content

Commit 2470deb

Browse files
Autofill changelog with release notes (#19)
1 parent 818ac1f commit 2470deb

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,39 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [0.0.0] - 2020-01-01
15+
## [v5.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v5.0.0) - 2019-08-14
16+
17+
* 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)
18+
* There is now a `decode` function (@nsaunders)
19+
20+
## [v4.0.1](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v4.0.1) - 2018-06-23
21+
22+
- Adds metadata including contributor guidelines
23+
- Pushes latest release to Pursuit
24+
25+
## [v4.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v4.0.0) - 2018-05-25
26+
27+
Updates for 0.12
28+
29+
## [v3.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v3.0.0) - 2017-04-03
30+
31+
- Updated for PureScript 0.11
32+
33+
## [v2.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v2.0.0) - 2016-10-27
34+
35+
Updates for 2.0 core libraries and psc-0.10.
36+
37+
## [v1.0.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v1.0.0) - 2016-06-09
38+
39+
Updates for 1.0 core libraries.
40+
41+
## [v0.3.1](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v0.3.1) - 2016-02-10
42+
43+
This release uses pre-0.8 import syntax, after purescript-0.8.1 would be released that compatibility would be removed.
44+
45+
## [v0.3.0](https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v0.3.0) - 2016-02-10
46+
47+
Breaking changes:
48+
- removes `Requestable` instance and dependency on `purescript-affjax`.
49+
That instance should be added to `purescript-affjax` in the nearest future.
50+

0 commit comments

Comments
 (0)