Skip to content

Releases: Yqnn/node-readdir-glob

Version 2.0.0

12 Apr 21:21
e1b2513
Compare
Choose a tag to compare

v2.0.0

  • Migrate to typescript
  • Export typescript types
  • Bump minimatch from 5.x.x to 9.x.x
  • Support both CommonJS and ESM
  • Remove code specific to NodeJS 10

Version 1.1.3

05 Apr 19:14
4b8c7d1
Compare
Choose a tag to compare

v1.1.3

Updated dependency to fix security issues

Version 1.1.2

01 Jul 18:06
b87c97e
Compare
Choose a tag to compare
Merge pull request #17 from Yqnn/deps

Updated minimatch dependency to fix security issues

Version 1.1.1

25 Sep 21:11
Compare
Choose a tag to compare
v1.1.1

Added support of NodeJS v10.0 to v10.9

Version 1.1.0

25 Sep 21:11
Compare
Choose a tag to compare
v1.1.0

Added a new option to skip folders

Version 1.0.0

23 Jul 09:28
Compare
Choose a tag to compare

Initial release of readdir-glob.

Main objective is to have a memory efficient equivalent of node-glob, to list any number of files with a fixed amount of memory.
Unit-test set is adapted from unit-test of node-glob.