Skip to content

Commit 9fe12c2

Browse files
Update changelog since v2.0.1 (#20)
1 parent 5ff2965 commit 9fe12c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ 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 (#18)
89

910
New features:
1011

1112
Bugfixes:
13+
- Don't early exit when window is undefined in `_unsafeReadProtoTagged` FFI implementation (#11)
1214

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

0 commit comments

Comments
 (0)