Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1011 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 1011 Bytes

Changelog

1.2.2

Small tweak to Node export check to avoid module is not defined error for browser-based users.

1.2.1

Modified export to better support Node environment (thanks to @scommisso).

1.2.0

Added ISearchIndex interface in order to support TF-IDF (enabled by default). Removed IPruningStrategy; it didn't seem like it added sufficient value to offset performance costs.

1.1.1

Udpated stop-words list to avoid filtering Object.prototype properties.

1.1.0

Refactored stemming and stop-word support to be based on ITokenizer decorators for better accuracy. Updated README examples with more info.

1.0.2

Added JsSearch module wrapper around library and renamed JsSearch class to Search. Added stemming support by way of the new StemmingSanitizerDecorator class.

1.0.1

Renamed WhitespaceTokenizer to SimpleTokenizer and added better support for punctuation. Added StopWordsIndexStrategyDecorator to support stop words filtering.

1.0.0

Initial release!