- Improved circuit-breaker when
needle
andhaystack
length are equal
- Slightly updated circuit-breaker that tests for equal length first
- Doubled method performance (see jsperf tests)
- Introduced a circuit-breaker where queries longer than the searched string will return
false
- Introduced a circuit-breaker where queries identical to the searched string will return
true
- Introduced a circuit-breaker where text containing the entire query will return
true
- Initial Public Release