MyGit

v5.1.0

thecodrr/fdir

版本发布时间: 2021-05-21 21:16:17

thecodrr/fdir最新发布版本:v6.1.1(2023-11-06 01:28:54)

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

Features

  1. Added symlink resolution support via .withSymlinks method (#53 & #58):
const files = new fdir().withSymlinks().crawl("/path/to/dir").sync();
  1. Performance & memory usage has also been greatly improved due to the many internal refactorings.

Infrastructural improvements:

Aside from the symlinks support, this release has a lot of under-the-hood refactoring. This has improved the maintainability of the project from 83% to 97%.

Major improvements include:

  1. Added ARCHITECTURE.md
  2. Added CONTRIBUTING.md
  3. Consistent internal naming for functions, variables & arguments.

And other changes you can see in PR: #59


Thanks to everyone who has used, supported, tested, & worked on this project. This is also a celebratory release since fdir is now being used by projects such as snowpackjs/snowpack & mdn/yari. So YAY!

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-05-21发行的版本