Releases: Haroenv/holmes
Releases · Haroenv/holmes
v1.17.2
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
v1.17.0
💻 you can now call h.search()
as a way to execute the search. This can be used in after with h.setInput()
to refine the items.
v1.16.8
Save the kittens by having a smaller file size of about 100 bytes (pre-gzip) or 40 bytes after gee zipping, pretty cool huh 😎
v1.16.7
Some fixes in the error messages found through running more linters 😄
v1.16.6
fix: publish es module as js/holmes.es.js (wasn’t published in last release)
v1.16.4
adds support for <40 version of Firefox which doesn't have String.prototype.includes
v1.16.2
Adds install.json
to install via eager soon 👍
v1.16.1
- update devDependencies
- check if
options.input
will actually give back a HTMLElement to type in.
v1.16.0
placeholder
shows at the right moment again
- significantly more tested
- got out small errors