Skip to content

Releases: Haroenv/holmes

v1.17.2

16 Aug 17:05
12e4d6c
Compare
Choose a tag to compare

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

04 Aug 09:39
754ea15
Compare
Choose a tag to compare

💻 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

15 Jul 19:04
b46cfcc
Compare
Choose a tag to compare

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

09 Jun 19:48
b98a55f
Compare
Choose a tag to compare

Some fixes in the error messages found through running more linters 😄

v1.16.6

20 Jan 21:50
Compare
Choose a tag to compare

fix: publish es module as js/holmes.es.js (wasn’t published in last release)

v1.16.5

19 Jan 12:17
Compare
Choose a tag to compare

Adds es2015 module target 🙌

https://haroen.me/holmes/module-demo.html for an in-browser demo if yours is supported

importing can be done with webpack 2 or rollup (rollup-plugin-node-resolve)

v1.16.4

18 Jan 21:52
Compare
Choose a tag to compare

adds support for <40 version of Firefox which doesn't have String.prototype.includes

v1.16.2

16 Jan 00:11
Compare
Choose a tag to compare

Adds install.json to install via eager soon 👍

v1.16.1

15 Jan 18:36
Compare
Choose a tag to compare
  • update devDependencies
  • check if options.input will actually give back a HTMLElement to type in.

v1.16.0

13 Jan 08:12
Compare
Choose a tag to compare
  • placeholder shows at the right moment again
  • significantly more tested
  • got out small errors