This website works better with JavaScript
首页
发现
帮助
登录
waibao
/
NN2022112805
关注
2
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
fbd4c6b898
分支列表
标签列表
master
NN2022112805
/
addons
/
admin
/
node_modules
/
fuzzysearch
/
CHANGELOG.md
CHANGELOG.md
625 B
文件历史
原始文件
v1.0.3 Short Fuse
Improved circuit-breaker when
needle
and
haystack
length are equal
v1.0.2 Vodka Tonic
Slightly updated circuit-breaker that tests for equal length first
Doubled method performance (
see jsperf tests
)
v1.0.1 Circuit Breaker
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
v1.0.0 IPO
Initial Public Release