Skip to content

3.4.0

Choose a tag to compare

@thecodrr thecodrr released this 15 May 17:37
· 212 commits to master since this release

What's New:

  1. Multiple filters are now supported. So basically, this will now work as expected:
new fdir().filter(p => p.endsWith(".js")).filter(p => p.startsWith(".nim"))
  1. I have finally added glob pattern caching so globbing performance should increase by about 5-8% if you are using the same glob pattern again and again.

Install using:

$ npm i fdir