@@ -7,33 +7,39 @@ 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 )
11
10
12
11
Bugfixes:
13
12
13
+ Other improvements:
14
+
15
+ ## [ v8.2.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.2.0 ) - 2021-05-06
16
+
17
+ New features:
18
+ - Export ` nextTick ` (#32 by @JordanMartinez )
19
+
14
20
Other improvements:
15
21
- Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez )
16
22
17
23
## [ v8.1.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0 ) - 2021-03-19
18
24
19
25
New features:
20
- - Added ` stdinIsTTY ` as the counterpart of ` process.stdin.isTTY ` (#31 by @matoruru )
26
+ - Added ` stdinIsTTY ` as the counterpart of ` process.stdin.isTTY ` (#31 by @matoruru )
21
27
22
28
## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-02-26
23
29
24
30
Breaking changes:
25
- - Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
31
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
26
32
27
33
New features:
28
- - Added functions to register handlers for the ` uncaughtException ` and ` unhandledRejection ` events on the process (#20 )
29
- - Added ` unsetEnv ` for deleting environment variables (#21 )
34
+ - Added functions to register handlers for the ` uncaughtException ` and ` unhandledRejection ` events on the process (#20 )
35
+ - Added ` unsetEnv ` for deleting environment variables (#21 )
30
36
31
37
Bugfixes:
32
- - Updated the implementations of ` argv ` , ` execArgv ` , and ` getEnv ` so they clone the argument array to ensure referential transparency (#26 )
38
+ - Updated the implementations of ` argv ` , ` execArgv ` , and ` getEnv ` so they clone the argument array to ensure referential transparency (#26 )
33
39
34
40
Other improvements:
35
- - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from ` jshint ` to ` eslint ` (#22 )
36
- - Added a changelog and pull request template (#27 )
41
+ - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from ` jshint ` to ` eslint ` (#22 )
42
+ - Added a changelog and pull request template (#27 )
37
43
38
44
## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v7.0.0 ) - 2019-03-15
39
45
@@ -45,7 +51,7 @@ Other improvements:
45
51
46
52
## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v5.0.0 ) - 2017-08-04
47
53
48
- - Add ` OpenBSD ` , ` Android ` , and ` AIX ` to ` Platform ` constructors (@AlexanderAA )
54
+ - Added ` OpenBSD ` , ` Android ` , and ` AIX ` to ` Platform ` constructors (@AlexanderAA )
49
55
- Made ` Node.Process.platform ` return a ` Maybe Platform ` to avoid crashes on unrecognised operating systems
50
56
- Used ` exception :: EXCEPTION ` where appropriate instead of the previous ` err :: EXCEPTION ` to bring this library into line with the types used in recent versions of ` purescript-exceptions ` (@nwolverson )
51
57
0 commit comments