File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,24 @@ 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 (#11 )
8
9
9
10
New features:
10
11
11
12
Bugfixes:
12
13
13
14
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 )
14
17
15
18
## [ v2.0.0] ( https://github.com/purescript-web/purescript-web-uievents/releases/tag/v2.0.0 ) - 2019-02-23
16
19
17
- Bumped ` -web-events ` dependency, ` Event.defaultPrevented ` is now effectful.
20
+ - Bumped ` -web-events ` dependency, ` Event.defaultPrevented ` is now effectful.
18
21
19
22
## [ v1.1.0] ( https://github.com/purescript-web/purescript-web-uievents/releases/tag/v1.1.0 ) - 2018-12-02
20
23
21
- Added ` detail ` and ` view ` for ` UIEvent `
24
+ - Added ` detail ` and ` view ` for ` UIEvent `
22
25
23
26
## [ v1.0.0] ( https://github.com/purescript-web/purescript-web-uievents/releases/tag/v1.0.0 ) - 2018-05-27
24
27
25
- Initial release
26
-
28
+ - Initial release
You can’t perform that action at this time.
0 commit comments