public
Description: Generic support for extracting GMail-style search keywords/values from strings
Homepage: http://codefluency.rubyforge.org/keyword_search
Clone URL: git://github.com/bruce/keyword_search.git
bruce (author)
Mon Mar 03 16:13:42 -0800 2008
commit  158a38410d0b281cd8d0e0160019bc0b8d1494fd
tree    994517864823266307bff9f6cefaac9dd03f833b
parent  a33479b476dc1cf96a75e80dd7c0d77bce9763ee
keyword_search / History.txt
100644 32 lines (19 sloc) 1.025 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= 1.3.1 / 2007-10-09
 
* Tests/README update for case sensitivity change
 
= 1.3.0 / 2007-10-09
 
* Conversion to Ragel-based parser (faster, less resource-intensive)
* Better support for other character sets, allow apostrophes in unquoted words
* Test suite now uses test/spec
* API is almost backwards compatible (though keywords/values are now case sensitive; downcase the input manually if you want the old behavior)
 
= 1.2.0 / 2007-05-09
 
* Raises KeywordSearch::ParseError instead of returning an empty Hash if an error occurs during parsing
 
= 1.1.0 / 2007-03-21
 
* Updated to use Dhaka 2.1.0
 
= 1.0.5 / 2007-01-29
 
* Added single quoting support and nested quotes (apostrophes, etc)
* Added a few more punctuation marks as valid input
 
= 1.0.4 / 2007-01-15
 
* Updated Dhaka dependency to lock to version 0.0.6 due to breakage of backwards compatibility in 1.0.0.
  Will update to allow 1.0.0+ once changes to Dhaka API stabilize (thanks to Dhaka author Mushfeq Khan for the tip)
 
== 1.0.0 / 2007-01-08
 
* Initial release