Releases: purescript/purescript-partial
Releases · purescript/purescript-partial
v3.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#16)
- Removed deprecated
unsafePartialBecause
(#16)
New features:
Bugfixes:
Other improvements:
- Added extra documentation to
unsafePartial
(#16)
- Removed outer function in
_crashWith
FFI (#16)
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#17)
- Added a changelog and pull request template (#18)
v2.0.1
- Add guide from documentation repo (@anttih)
v2.0.0
Updated for PureScript 0.12
v1.1.2
- A backwards-compatible minor fix for the upcoming PureScript 0.9 release.
v1.1.1
Add a license in bower.json for Pursuit.
v1.1.0
Add crash
, crashWith
and unsafeCrashWith
.