Releases: Haroenv/holmes
Releases · Haroenv/holmes
v1.15.1
Internal change, use more functional approach.
v1.15.0
- fix tests
- deprecate .instant, instead use
.start()
- fix an issue with callbacks that has been there since
v1.13.3
v1.14.0
- flowtype (not exported yet, ask me if you want it)
- very nice memes
- rollup bundling
- original source moved and in ES6
v1.13.4
- test a lot more
- make code cleaner
- test code coverage
- text improvement
- v8 optimisation (thanks @seokirill)
v1.13.3
- refactor the undefined checking
- add test suite
- small style fixes
- add
running
to the prototype
v1.13.1
It's now possible to highlight matches in the results 👍
v1.13.0
- implicitly check for
contenteditable
/input
, making the .contenteditable
flag obsolete
- Use Flow to create better code
v1.12.3
fixes an error in .clear()
where the count wasn't updated.