Skip to content

5.2.0

Choose a tag to compare

@thecodrr thecodrr released this 18 Jan 06:17
· 133 commits to master since this release

Note: fdir follows semantic versoning hence this release is backward compatible with only version 5.x.

Features

  1. withRelativePaths has been added to return paths relative to the root directory (closes #51)

Fixes

  1. respect the original symboliclink if resolveSymlinks is false (#63)
  2. only handle fs related errors (#56) — before we were swallowing all thrown errors.
  3. Fixed a critical issue with async crawling that caused the crawler to return early.