Skip to content

Latest commit

 

History

History
117 lines (53 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

117 lines (53 loc) · 4.26 KB

4.5.4 (2024-03-19)

Bug Fixes

  • readdir and readdirSync failing on valid empty directory if another fs fails (#787) (dab090e)

4.5.3 (2024-03-19)

Bug Fixes

  • createWriteStream and createReadStream targeting fss in wrong order (#785) (944275d)

4.5.2 (2024-03-19)

Bug Fixes

  • createWriteStream failing to create new files in directories (#783) (cc52c7f)

4.5.1 (2023-06-03)

Bug Fixes

  • actually build library before publishing (#767) (fe706ad)

4.5.0 (2023-06-02)

Features

4.4.0 (2020-03-12)

Features

  • support withFileTypes option for readdir methods (23472d7)

4.3.2 (2020-02-17)

Bug Fixes

  • deps: update dependency fs-monkey to v1 (db853bd)

4.3.1 (2020-02-15)

Bug Fixes

  • generate type definitions (0f87f53)

4.3.0 (2020-02-15)

Features

  • support promises namespace (f7bd521)

4.2.1 (2019-12-19)

Bug Fixes

  • readdir: 🐛 Error no such file or directory (8d21e9a)
  • readdirSync: 🐛 Error no such file or directory (b6c5764), closes #240

4.2.0 (2019-03-02)

Bug Fixes

Features

  • 🎸 upgrade dependecies (91635f8)

4.1.0 (2019-03-01)

Features

4.0.0 (2019-01-30)

Bug Fixes

  • deps: update dependency fs-monkey to ^0.3.0 (c19864e)

Features

  • 🎸 re-enable semantic-release (5dc0842)
  • make readdir merge results from all file systems (347d2b0)
  • refactor and improve watch() implementation (6b9a3f2)

BREAKING CHANGES

  • behaviour of watchFile() and unwatchFile() changes.

  • readdir now behaves differently

  • add implementation of readdir and readdirSync

  • tidy up code from review

  • corectly dedupe readdir for multiple fss

  • sort results from readdir