Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit c6f2a6b

Browse files
Udate changelog since v1.0.3 (#10)
1 parent 99c1395 commit c6f2a6b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,30 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#6, #7)
89

910
New features:
11+
- Add roles declarations to allow safe coercions (#4)
1012

1113
Bugfixes:
14+
- Properly account for Promise flattening and add lazy boxing (#8)
1215

1316
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)
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

0 commit comments

Comments
 (0)