Releases: gliviu/dir-compare
Releases · gliviu/dir-compare
v5.0.0
v4.2.0
v4.1.0
- Possibility to alter the default Glob filter behavior
- Ignore files and directories according to .gitignore rules.
- New origin field in Entry to distinguish between the left or right directory
- Improved api documentation
v4.0.0
- Switched project to typescript
- Async comparator improvements when comparing large directory structures
- Heap usage has decreased 3x compared to previous version
- Works 2x faster when comparing by content
- Better concurrency. UI apps will be more responsive while comparison is ongoing
Breaking changes:
- Using this library to compare two files will ignore the name of the files. More details in #48
- Removed support for node 8, 9
v3.3.0
v3.2.0
Added support for handling permission denied errors
v3.1.0
v3.0.0
Moved CLI component into separate project dir-compare-cli
v2.4.0
Added new option to customize file/folder name comparison