Releases: MartyO256/find-files-by-patterns
Releases · MartyO256/find-files-by-patterns
v1.1.3
v1.1.2
v1.1.1: Update development dependencies and revise documentation
The development dependency on `mock-fs` has been updated since it now supports all of its functionalities for `node >= 10`. Modifications have been made to the documentation to clear off `typedoc` warnings and to improve legibility, as well as to document generic types.
v1.1.0: Implement `ofName` filter
The `ofName` filter has been implemented in order to find files by base names without extension name. A `ConflictError` interface has been added to add the conflicting elements of `findOnlyFile` calls. Tests have been added to the exported members of `iterable.ts` which had been covered by the tests for file finders.