File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
77Breaking changes:
88
99New features:
10+ - Export ` nextTick ` (#32 by @JordanMartinez )
1011
1112Bugfixes:
1213
1314Other improvements:
15+ - Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez )
1416
1517## [ v8.1.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0 ) - 2021-03-19
1618
@@ -21,7 +23,7 @@ New features:
2123
2224Breaking changes:
2325 - Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
24-
26+
2527New features:
2628 - Added functions to register handlers for the ` uncaughtException ` and ` unhandledRejection ` events on the process (#20 )
2729 - Added ` unsetEnv ` for deleting environment variables (#21 )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module Node.Process
55 , onSignal
66 , onUncaughtException
77 , onUnhandledRejection
8+ , nextTick
89 , argv
910 , execArgv
1011 , execPath
You can’t perform that action at this time.
0 commit comments