v3.0
版本发布时间: 2020-05-11 02:49:58
thecodrr/fdir最新发布版本:v6.3.0(2024-08-25 21:58:51)
NOTE: This is a major release and as such is not backwards compatible with 2.x & 1.x
What's New:
- New API using the builder pattern. Check the full documentation here.
- Now, fdir, by default suppresses all errors, excludes the base path etc. To enable them use the builder functions.
What's Improved:
- Crawling speed has been improved by upto 40%! Check the README for benchmarks.
- The sync & async API now share the same core making it easier to maintain and fix bugs.
What's Fixed:
- The new API allowed me to fix #12. Basically,
maxDepth
wasn't working properly. That has been fixed now.
And that's it. Enjoy the speed.