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
55## [ Unreleased]
66
77Breaking changes:
8+ - Added support for PureScript 0.14 and dropped support for all previous versions (#6 , #7 )
89
910New features:
11+ - Add roles declarations to allow safe coercions (#4 )
1012
1113Bugfixes:
14+ - Properly account for Promise flattening and add lazy boxing (#8 )
1215
1316Other 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 )
1419
1520## [ v1.0.3] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.3 ) - 2020-03-30
1621
17- * Fixes eta-reduced FFI functions (@thomashoneyman )
22+ - Fixed eta-reduced FFI functions (@thomashoneyman )
1823
1924## [ v1.0.2] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.2 ) - 2020-01-14
2025
21- * Another FFI typo
26+ - Fixed typo in FFI
2227
2328## [ v1.0.1] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.1 ) - 2020-01-14
2429
25- * Fix typo in FFI.
30+ - Fixed typo in FFI
2631
2732## [ v1.0.0] ( https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.0 ) - 2020-01-14
2833
29- Initial release
30-
34+ - Initial release
You can’t perform that action at this time.
0 commit comments