We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ebc23 commit 32032a0Copy full SHA for 32032a0
CHANGELOG.md
@@ -5,12 +5,16 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+- Added support for PureScript 0.14 and dropped support for all previous versions (#80)
9
10
New features:
11
12
Bugfixes:
13
14
Other improvements:
15
+- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#81)
16
+- Added a CHANGELOG.md file and pull request template (#82, #83)
17
+- Replaced `unsafeToForeign` and `unsafeFromForeign` with `unsafeCoerce` (#72)
18
19
## [v5.0.0](https://github.com/purescript/purescript-foreign/releases/tag/v5.0.0) - 2018-05-24
20
0 commit comments