Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
82 lines (45 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

82 lines (45 loc) · 2.82 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.2.0 - 2023-03-24

New features:

  • Added access, copyFile, and mkdtemp (#40 by @JordanMartinez)

v9.1.0 - 2022-06-10

New features:

  • Update rmdir' to take options arg (#39 by @wclr)
  • Added rm and rm' versions with and without options arg (#39 by @wclr)

v9.0.0 - 2022-04-29

Breaking changes:

  • Remove exists since the underlying Async.exists from purescript-node-fs has been removed (#36 by @sigma-andex)
  • Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez, @thomashoneyman, @sigma-andex)
  • Update mkdir' to take options arg (#34 by @JordanMartinez)

v8.0.0 - 2022-04-27

Due to implementing a breaking change incorrectly, use v10.0.0 instead.

v7.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#27)

Other improvements:

  • Migrated CI to GitHub Actions (#25)
  • Added a changelog and pull request template (#28)

v6.0.0 - 2018-05-29

  • Updates for 0.12

v5.0.0 - 2017-10-03

  • Updated for Aff v4

v4.0.0 - 2017-04-05

Updates for 0.11 compiler

v3.0.0 - 2016-10-21

  • Updated dependencies

v2.0.0 - 2016-07-31

  • Updated dependencies

v1.0.0 - 2016-06-12

  • Updates for 1.0 core libraries and 0.9.1 compiler.

v0.5.0 - 2016-03-15

  • Updated Aff dependency range

v0.4.0 - 2016-03-15

  • Updated Aff dependency range

v0.1.0 - 2015-08-11

  • Initial tagged release.