Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:59
· 5 commits to master since this release
410d0b8

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#36)

New features:

Bugfixes:

  • Fixed catchException example to use Console.logShow instead of print (#31)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37)
  • Added a CHANGELOG.md file and pull request template (#38, #39)
  • Removed unnecessary type variable from try docstring (#33)