v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#29)
New features:
- Allow the construction of self-referential
Ref
s (#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)