Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:

New features:
- Export `nextTick` (#32 by @JordanMartinez)

Bugfixes:

Other improvements:
- Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez)

## [v8.1.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0) - 2021-03-19

Expand All @@ -21,7 +23,7 @@ New features:

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)
Expand Down
1 change: 1 addition & 0 deletions src/Node/Process.purs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Node.Process
, onSignal
, onUncaughtException
, onUnhandledRejection
, nextTick
, argv
, execArgv
, execPath
Expand Down