Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@yduman yduman released this 02 Sep 19:26
· 7 commits to master since this release

Changed

  • Updated development libraries that are now compatible with version 4 of TypeScript
  • Previously, when executing run() it would throw an error if the filter couldn't find anything. This feels wrong, because it can be totally fine if the filter doesn't find anything. Now the function will return an empty array if the filter could not find any results.

Fixed

  • Tests for filters that don't find matches

Removed

  • Tests for cases when fs functions fail for some reason. These tests were kind of useless and now obsolete since in case of failure we don't delete anything and just return an empty array.