Skip to content

Commit b4dc244

Browse files
Update changelog since v2.0.0 (#13)
1 parent aea8440 commit b4dc244

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ 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 (#11)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#9)
16+
- Added a CHANGELOG.md file and pull request template (#12, #13)
1417

1518
## [v2.0.0](https://github.com/purescript-web/purescript-web-uievents/releases/tag/v2.0.0) - 2019-02-23
1619

17-
Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful.
20+
- Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful.
1821

1922
## [v1.1.0](https://github.com/purescript-web/purescript-web-uievents/releases/tag/v1.1.0) - 2018-12-02
2023

21-
Added `detail` and `view` for `UIEvent`
24+
- Added `detail` and `view` for `UIEvent`
2225

2326
## [v1.0.0](https://github.com/purescript-web/purescript-web-uievents/releases/tag/v1.0.0) - 2018-05-27
2427

25-
Initial release
26-
28+
- Initial release

0 commit comments

Comments
 (0)