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
55## [ Unreleased]
66
77Breaking changes:
8+ - Added support for PureScript 0.14 and dropped support for all previous versions (#18 )
89
910New features:
1011
1112Bugfixes:
13+ - Don't early exit when window is undefined in ` _unsafeReadProtoTagged ` FFI implementation (#11 )
1214
1315Other 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 )
1418
1519## [ v2.0.1] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v2.0.1 ) - 2019-04-10
1620
17- Allow ` unsafeReadProtoTagged ` to work in node (@AndrewBrownK )
21+ - Allow ` unsafeReadProtoTagged ` to work in node (@AndrewBrownK )
1822
1923## [ v2.0.0] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v2.0.0 ) - 2019-02-23
2024
@@ -26,5 +30,4 @@ Allow `unsafeReadProtoTagged` to work in node (@AndrewBrownK)
2630
2731## [ v1.0.0] ( https://github.com/purescript-web/purescript-web-events/releases/tag/v1.0.0 ) - 2018-05-24
2832
29- Initial release
30-
33+ - Initial release
You can’t perform that action at this time.
0 commit comments