public
Fork of mojombo/chronic
Description: "Chronic is a pure Ruby natural language date parser." + improvements, corrections, speedups, and additions
Homepage: http://chronic.rubyforge.org
Clone URL: git://github.com/jf/chronic.git
mojombo (author)
Mon Jan 15 22:33:39 -0800 2007
commit  fc507350c9dabd55415c4d6b93e8c376f8c9b90f
tree    cbe1896ab9ea6b3076e7fb96a70afea156b03d0d
parent  7f3625b55aa203738dcdeaabe0588135ab44b594
chronic / History.txt
100644 33 lines (20 sloc) 0.801 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
33
= 0.1.6 2006-01-15
 
* added 'weekend' support (eventualbuddha)
 
= 0.1.5 2006-12-20
 
* fixed 'aug 20' returning next year if current month is august
* modified behavior of 'from now'
* added support for seconds on times, and thus db timestamp format: "2006-12-20 18:04:23"
* made Hoe compliant
 
= 0.1.4
 
* removed verbose error checking code. oops. :-/
 
= 0.1.3
 
* improved regexes for word variations (Josh Goebel)
* fixed a bug that caused "today at 3am" to return nil if current time is after 3am
 
= 0.1.2
 
* removed Date dependency (now works on windows properly without fiddling)
 
= 0.1.1
 
* run to_s on incoming object
* fixed loop loading of repeaters files (out of order on some machines)
* fixed find_within to use this instead of next (was breaking "today at 6pm")
 
= 0.1.0
 
* initial release