9a4ac6347adfc1b74cc802a7d6d5cfb8c474a1ec9a6cd6443e878a36989362a45b4838dc4aa4719f14c145aa16382c03627934aa33e2038a88a3f0c44ccf62 625 B

123456789101112131415161718
  1. # v1.0.3 Short Fuse
  2. - Improved circuit-breaker when `needle` and `haystack` length are equal
  3. # v1.0.2 Vodka Tonic
  4. - Slightly updated circuit-breaker that tests for equal length first
  5. - Doubled method performance ([see jsperf tests](http://jsperf.com/fuzzysearch-regex/3))
  6. # v1.0.1 Circuit Breaker
  7. - Introduced a circuit-breaker where queries longer than the searched string will return `false`
  8. - Introduced a circuit-breaker where queries identical to the searched string will return `true`
  9. - Introduced a circuit-breaker where text containing the entire query will return `true`
  10. # v1.0.0 IPO
  11. - Initial Public Release