v8.0.0
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
uncaughtExceptionandunhandledRejectionevents on the process (#20) - Added
unsetEnvfor deleting environment variables (#21)
Bugfixes:
- Updated the implementations of
argv,execArgv, andgetEnvso they clone the argument array to ensure referential transparency (#26)
Other improvements: