Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.26 KB

changelog.md

File metadata and controls

63 lines (42 loc) · 2.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unknown]

Changed

  • Raised minimum NodeJS version to >=18.0.0.

[2.0.1] - 2022-03-16

[2.0.0] - 2021-07-10

Changed

  • This package now ships ESM.
  • API surface has been simplified, and runtime type assertions removed in favour of static checks offered by TypeScript.

1.0.0 - 2021-07-10

Changed

  • Raised minimum NodeJS version to ^12.17.0 || >=14.0.0.

1.0.0-rc.0 - 2021-04-18

Added

  • TypeScript definitions.

Fixed

  • File system errors during deletion being reported while other deletions are still in progress, causing the process to appear to "hang" after errors.
    This issue is typically encountered if a file is removed by something else while unseen files are being deleted.

Changed

  • Only forward slashes supported in filter expressions. globby@10.0.0fast-glob@3.0.0
  • Filter expressions are now passed to fast-glob (through globby) instead of the former node-glob (which use minimatch). Compatibility is high, however there may be some inconsistencies. globby@8.0.0
  • Increased minimum NodeJS version from 6 to 10.

0.2.0 - 2016-06-19

Fixed

  • Fix for extension regex.

0.1.2 - 2016-06-19

Fixed bad release.

0.1.1 - 2016-06-19

Added more package metadata.

0.1.0 - 2016-06-18

Initial release.