Skip to content

v1.17.2

Latest
Compare
Choose a tag to compare
@Haroenv Haroenv released this 16 Aug 17:05
· 15 commits to gh-pages since this release
12e4d6c

Now you can decide you matching function!

holmes({
  shouldShow: (element: string, input: string) => boolean,
});

This allows you to do more complex matching, thanks @Chimane for the idea