Skip to content

Releases: jaywcjlove/recursive-readdir-files

v2.0.5

17 Oct 14:47
Compare
Choose a tag to compare

v2.0.4...v2.0.5

v2.0.4

17 Oct 14:10
Compare
Choose a tag to compare

v2.0.3...v2.0.4

v2.0.3

17 Oct 14:00
Compare
Choose a tag to compare

v2.0.2...v2.0.3

v2.0.2

05 Oct 19:19
Compare
Choose a tag to compare

v2.0.1...v2.0.2

v2.0.1

05 Oct 19:10
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

05 Oct 18:21
Compare
Choose a tag to compare

v1.1.2...v2.0.0

This package is ESM only: Node 12+ is needed to use it and it must be import instead of require.

// From CommonJS
var recursiveReaddirFiles = require('recursive-readdir-files');

// To ESM
import recursiveReaddirFiles from 'recursive-readdir-files';

Learn more about ESM in this guide

v1.1.2

09 Sep 07:01
Compare
Choose a tag to compare

v1.1.1...v1.1.2

  • 🐞 fix: Fix build options. dd6ee30

v1.1.1

08 Sep 05:27
Compare
Choose a tag to compare

v1.1.0...v1.1.1

  • 💄 chore(deps): update dependency tsbb to v3.1.1 (#3) a019d8c @renovate[bot]
  • 💄 chore(deps): update dependency tsbb to v3.1.2 051dd93

v1.1.0

02 Sep 09:48
Compare
Choose a tag to compare

v1.0.3...v1.1.0

  • 💄 chore: update workflows config. 684065f
  • 💄 chore(deps): update dependency tsbb to v3 1062bfe

v1.0.3

19 Aug 02:42
Compare
Choose a tag to compare

v1.0.2...v1.0.3

  • 💄 chore: update workflows config. 959e588
  • 💄 chore: update workflows config. 0f1ce76
  • 🐞 fix: add main to script. eae102c