Skip to content

Releases: gliviu/dir-compare

v5.0.0

04 May 21:46
Compare
Choose a tag to compare

Breaking changes:
* skipSubdirs option has slightly different behavior. More details in #77

v4.2.0

20 Aug 21:34
Compare
Choose a tag to compare
  • Updated dependencies
  • Increased test coverage

v4.1.0

13 Aug 20:38
Compare
Choose a tag to compare

v4.0.0

24 Dec 22:09
Compare
Choose a tag to compare
  • 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

24 Dec 22:10
Compare
Choose a tag to compare

Added skipEmptyDirs option

v3.2.0

24 Dec 22:10
Compare
Choose a tag to compare

v3.1.0

24 Dec 22:12
Compare
Choose a tag to compare

Added ignoreAllWhiteSpaces and ignoreEmptyLines options

v3.0.0

24 Dec 22:13
Compare
Choose a tag to compare

Moved CLI component into separate project dir-compare-cli

v2.4.0

24 Dec 22:14
Compare
Choose a tag to compare

Added new option to customize file/folder name comparison

v2.3.0

24 Dec 22:14
Compare
Choose a tag to compare

Fixes