File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,20 @@ 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 (#18 )
8
9
9
10
New features:
10
11
11
12
Bugfixes:
13
+ - Don't early exit when window is undefined in ` _unsafeReadProtoTagged ` FFI implementation (#11 )
12
14
13
15
Other improvements:
16
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#15 )
17
+ - Added a CHANGELOG.md file and pull request template (#19 , #20 )
14
18
15
19
## [ v2.0.1] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v2.0.1 ) - 2019-04-10
16
20
17
- Allow ` unsafeReadProtoTagged ` to work in node (@AndrewBrownK )
21
+ - Allow ` unsafeReadProtoTagged ` to work in node (@AndrewBrownK )
18
22
19
23
## [ v2.0.0] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v2.0.0 ) - 2019-02-23
20
24
@@ -26,5 +30,4 @@ Allow `unsafeReadProtoTagged` to work in node (@AndrewBrownK)
26
30
27
31
## [ v1.0.0] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v1.0.0 ) - 2018-05-24
28
32
29
- Initial release
30
-
33
+ - Initial release
You can’t perform that action at this time.
0 commit comments