@@ -5,38 +5,43 @@ 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 (#16 )
9+ - Removed deprecated ` unsafePartialBecause ` (#16 )
810
911New features:
1012
1113Bugfixes:
1214
1315Other improvements:
16+ - Added extra documentation to ` unsafePartial ` (#16 )
17+ - Removed outer function in ` _crashWith ` FFI (#16 )
18+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#17 )
19+ - Added a changelog and pull request template (#18 )
1420
1521## [ v2.0.1] ( https://github.com/purescript/purescript-partial/releases/tag/v2.0.1 ) - 2019-02-04
1622
17- * Add guide from documentation repo (@anttih )
23+ - Added guide from documentation repo (@anttih )
1824
1925## [ v2.0.0] ( https://github.com/purescript/purescript-partial/releases/tag/v2.0.0 ) - 2018-05-22
2026
21- Updated for PureScript 0.12
27+ - Updated for PureScript 0.12
2228
2329## [ v1.2.0] ( https://github.com/purescript/purescript-partial/releases/tag/v1.2.0 ) - 2016-12-24
2430
25- Add ` unsafePartialBecause ` (@sharkdp )
31+ - Added ` unsafePartialBecause ` (@sharkdp )
2632
2733## [ v1.1.2] ( https://github.com/purescript/purescript-partial/releases/tag/v1.1.2 ) - 2016-05-15
2834
29- - A backwards-compatible minor fix for the upcoming PureScript 0.9 release.
35+ - Made a backwards-compatible minor fix for the upcoming PureScript 0.9 release.
3036
3137## [ v1.1.1] ( https://github.com/purescript/purescript-partial/releases/tag/v1.1.1 ) - 2016-05-02
3238
33- Add a license in bower.json for Pursuit.
39+ - Added a license in bower.json for Pursuit.
3440
3541## [ v1.1.0] ( https://github.com/purescript/purescript-partial/releases/tag/v1.1.0 ) - 2015-12-18
3642
37- Add ` crash ` , ` crashWith ` and ` unsafeCrashWith ` .
43+ - Added ` crash ` , ` crashWith ` and ` unsafeCrashWith ` .
3844
3945## [ v1.0.0] ( https://github.com/purescript/purescript-partial/releases/tag/v1.0.0 ) - 2015-12-18
4046
41- Initial release
42-
47+ - Initial release
0 commit comments