2.0.0
- Added:
karma delete
command. - Added: New configuration attribute:
term_pattern
to customize how terms are matched. - Added: New configuration attribute:
term_normalizer
to customize how terms are normalized between the initial pattern match and saving to Redis. - Fixed: Hyphens are no longer matched as part of terms by default.
- Changed: Multi-word terms no longer match by default.
Note that this update will prevent previous multi-word terms from being modified further unless you set custom values for the new configuration attributes. See the README for details and an example.