You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							625 B
						
					
					
				
			
		
		
	
	
							625 B
						
					
					
				v1.0.3 Short Fuse
- Improved circuit-breaker when 
needleandhaystacklength 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