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
uncaughtException
andunhandledRejection
events on the process (#20) - Added
unsetEnv
for deleting environment variables (#21)
Bugfixes:
- Updated the implementations of
argv
,execArgv
, andgetEnv
so they clone the argument array to ensure referential transparency (#26)
Other improvements: