Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

91 lines (52 loc) · 3.34 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

v9.0.0 - 2022-04-27

Breaking changes:

  • Update project and deps to PureScript v0.15.0 (#34 by @nwolverson, @JordanMartinez, @sigma-andex)

New features:

Bugfixes:

Other improvements:

v8.2.0 - 2021-05-06

New features:

  • Export nextTick (#32 by @JordanMartinez)

Other improvements:

  • Fix warnings revealed by v0.14.1 PS release (#32 by @JordanMartinez)

v8.1.0 - 2021-03-19

New features:

  • Added stdinIsTTY as the counterpart of process.stdin.isTTY (#31 by @matoruru)

v8.0.0 - 2021-02-26

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)

Bugfixes:

  • Updated the implementations of argv, execArgv, and getEnv so they clone the argument array to ensure referential transparency (#26)

Other improvements:

  • Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from jshint to eslint (#22)
  • Added a changelog and pull request template (#27)

v7.0.0 - 2019-03-15

  • Updated purescript-foreign-object dependency

v6.0.0 - 2018-05-29

  • Updated for 0.12

v5.0.0 - 2017-08-04

  • Added OpenBSD, Android, and AIX to Platform constructors (@AlexanderAA)
  • Made Node.Process.platform return a Maybe Platform to avoid crashes on unrecognised operating systems
  • 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)

v4.0.0 - 2017-04-05

  • Updated for 0.11 compiler (@simonyangme)

v3.0.0 - 2016-10-22

  • Updated dependencies

v2.0.0 - 2016-07-31

  • Updated dependencies

v1.0.0 - 2016-06-12

  • Compatibility with 0.9.x of the compiler.

v0.5.0 - 2016-03-31

  • Bumped dependencies

v0.1.0 - 2015-12-04

  • Initial release