v7.0.0
Breaking changes:
- Updated code for PureScript 0.14 and dropped the
proxydependency as theproxylibrary has been migrated intoprelude(#39).
Other improvements:
- Removed primes from the
concat'function in FFI in preparation for ES modules support (#36) - Migrated CI to use GitHub Actions and updated installation instructions to use Spago (#38)
- Stopped returning empty objects in foreign implementations for functions which return
Unitfor a small performance benefit (#40) - Added a CHANGELOG.md file and pull request template to the repository (#41)