Skip to content

Releases: Yqnn/node-readdir-glob

v3.0.0

23 Feb 22:26
4bb379a

Choose a tag to compare

  • Bump minimatch from 9.x.x to 10.x.x
  • Migrate packaging to tsdown
  • Add a default export in ESM module

v2.0.3

23 Feb 22:25
2327466

Choose a tag to compare

  • Revert bump minimatch from 9.x.x to 10.x.x

Version 2.0.2

19 Feb 20:58
ae5020c

Choose a tag to compare

v2.0.2

  • Bump minimatch from 9.x.x to 10.x.x

Version 2.0.1

28 Oct 20:53
06ae9bb

Choose a tag to compare

v2.0.1

  • Fix ESM module type #22

Version 2.0.0

12 Apr 21:21
e1b2513

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

Choose a tag to compare

v1.1.3

Updated dependency to fix security issues

Version 1.1.2

01 Jul 18:06
b87c97e

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

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

Choose a tag to compare

v1.1.0

Added a new option to skip folders

Version 1.0.0

23 Jul 09:28

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.