Skip to content

v8.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 23:04
· 16 commits to master since this release
a3894cf

Breaking changes:

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

New features:

  • Added functions to register handlers for the uncaughtException and unhandledRejection events on the process (#20)
  • Added unsetEnv for deleting environment variables (#21)

Bugfixes:

  • Updated the implementations of argv, execArgv, and getEnv so they clone the argument array to ensure referential transparency (#26)

Other improvements:

  • Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from jshint to eslint (#22)
  • Added a changelog and pull request template (#27)