@@ -7,33 +7,39 @@ 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 )
1110
1211Bugfixes:
1312
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+
1420Other improvements:
1521- Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez )
1622
1723## [ v8.1.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.1.0 ) - 2021-03-19
1824
1925New 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 )
2127
2228## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-02-26
2329
2430Breaking 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 )
2632
2733New 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 )
3036
3137Bugfixes:
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 )
3339
3440Other 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 )
3743
3844## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v7.0.0 ) - 2019-03-15
3945
@@ -45,7 +51,7 @@ Other improvements:
4551
4652## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v5.0.0 ) - 2017-08-04
4753
48- - Add ` OpenBSD ` , ` Android ` , and ` AIX ` to ` Platform ` constructors (@AlexanderAA )
54+ - Added ` OpenBSD ` , ` Android ` , and ` AIX ` to ` Platform ` constructors (@AlexanderAA )
4955- Made ` Node.Process.platform ` return a ` Maybe Platform ` to avoid crashes on unrecognised operating systems
5056- 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 )
5157
0 commit comments