File tree 2 files changed +4
-1
lines changed
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
7
7
Breaking changes:
8
8
9
9
New features:
10
+ - Export ` nextTick ` (#32 by @JordanMartinez )
10
11
11
12
Bugfixes:
12
13
13
14
Other improvements:
15
+ - Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez )
14
16
15
17
## [ v8.1.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0 ) - 2021-03-19
16
18
@@ -21,7 +23,7 @@ New features:
21
23
22
24
Breaking changes:
23
25
- Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
24
-
26
+
25
27
New features:
26
28
- Added functions to register handlers for the ` uncaughtException ` and ` unhandledRejection ` events on the process (#20 )
27
29
- Added ` unsetEnv ` for deleting environment variables (#21 )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module Node.Process
5
5
, onSignal
6
6
, onUncaughtException
7
7
, onUnhandledRejection
8
+ , nextTick
8
9
, argv
9
10
, execArgv
10
11
, execPath
You can’t perform that action at this time.
0 commit comments