minisearch
Advanced tools
Changelog
v3.2.0
Changelog
v3.1.0
Changelog
v3.0.4
Changelog
v3.0.1
removeAll
to allow calling it with no
arguments. Also, throw a more informative error if called with a falsey
value. Thanks to https://github.com/nilclass.Changelog
v3.0.0
This major version ports the source code to TypeScript. That made it possible to improve types and documentation, making sure that both are in sync with the actual code. It is mostly backward compatible: JavaScript users should experience no breaking change, while TypeScript users might have toadapt some types.
SearchOptions
type is not generic
anymoreSearchableMap
is not a static field of MiniSearch
anymore: it can instead be imported separately as minisearch/SearchableMap
Changelog
v2.6.2
any
, not object