Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:08
· 2 commits to master since this release
f66d3cd

Breaking changes:

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

New features:

  • Allow the construction of self-referential Refs (#21)
  • Add roles declarations to allow safe coercions (#29)

Bugfixes:

Other improvements:

  • Add some examples and tests and update documentation (#19, #20, #31)
  • Remove primes from foreign module exports in preparation for ES modules (#24)
  • Remove return {} from FFI implementations for a small performance boost (#27)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#33)
  • Added a changelog and pull request template (#34, #35)