## 2.3.5
Array.isArray
when checking for results from pipeline functions to support vm.runInContext
, #381 thanks Rob Hoelz.lunr.Set
#360, thanks Brandon Bethke for reporting.lunr.tokenizer
directly with lunr.Query#term
.lunr.Index
constructor, thanks Michael Manukyan.lunr.Builder#build
, it should be public, thanks Sean Tan.lunr.generateStopWordFilter
for generating a stop word filter from a provided list of stop words.String.prototype.charAt
#186, thanks jkellerer.lunr.trimmer
to lunr.Pipeline.prototype.run
so that empty tokens do not enter the index, regardless of the trimmer being used #178, #177 and #174lunr.tokenizer
, fixes #102.lunr.stopWordFilter
with an object instead of using lunr.SortedSet
#170, resulting in a performance boost for the text processing pipeline, thanks to Brian Vaughn.lunr.trimmer
does not introduce empty tokens into the index, #166, thanks to janeisklar## 0.5.11
console
object is not present, thanks Tony Marklove and wyuenho