Skip to content

Releases: aseemk/requireDir

1.2.0

05 Dec 16:28
Compare
Choose a tag to compare
  • New extensions option

1.1.0

28 Sep 19:34
Compare
Choose a tag to compare
  • Add noCache option

1.0.0

01 Mar 16:19
Compare
Choose a tag to compare
  • mapValue option added
  • mapKey option added
  • filter option added
  • camelcase option removed, use mapKey to achieve the same functionality

0.3.2

31 May 20:03
Compare
Choose a tag to compare
  • Fix requireDir on Node 8, which tweaks require.extensions. (Pull #46; thanks @scragg0x!)

0.3.1

06 Oct 20:52
Compare
Choose a tag to compare
  • Improve TypeScript support by filtering out .d.ts files. (Pull #42; thanks @ryanwe!)

0.3.0

24 Mar 15:45
Compare
Choose a tag to compare
  • Add camelcase option: automatically aliases dash- and underscore-separated filenames. (Pull #13; thanks @coderhaoxin.)

0.2.0

20 Mar 13:41
Compare
Choose a tag to compare
  • Ignore node_modules with recurse: true. (Pull #11; thanks @coderhaoxin.)