This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,30 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#6 , #7 )
8
9
9
10
New features:
11
+ - Add roles declarations to allow safe coercions (#4 )
10
12
11
13
Bugfixes:
14
+ - Properly account for Promise flattening and add lazy boxing (#8 )
12
15
13
16
Other improvements:
17
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#5 )
18
+ - Added a CHANGELOG.md file and pull request template (#9 , #10 )
14
19
15
20
## [ v1.0.3] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.3 ) - 2020-03-30
16
21
17
- * Fixes eta-reduced FFI functions (@thomashoneyman )
22
+ - Fixed eta-reduced FFI functions (@thomashoneyman )
18
23
19
24
## [ v1.0.2] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.2 ) - 2020-01-14
20
25
21
- * Another FFI typo
26
+ - Fixed typo in FFI
22
27
23
28
## [ v1.0.1] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.1 ) - 2020-01-14
24
29
25
- * Fix typo in FFI.
30
+ - Fixed typo in FFI
26
31
27
32
## [ v1.0.0] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.0 ) - 2020-01-14
28
33
29
- Initial release
30
-
34
+ - Initial release
You can’t perform that action at this time.
0 commit comments