-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
35 lines (29 loc) · 1.22 KB
/
Changes
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
34
35
Revision history for Perl extension Date::RangeParser::EN
0.07 Fri Apr 18 12:26:13 2014
- Add support for infinite datetimes
- Add support for parsing
* "before [element]"
* "< [element]"
* "<= [element]"
* "after [element]"
* "> [element]"
* ">= [element]"
0.06 Mon Nov 12 19:25:17 2012
- Fix bug where "31st of last month" in 11/2012 would not parse properly.
0.05 Sun Nov 11 13:31:10 2012
- Support "since [element]"
- Fix case where unit tests would fail on older versions of Date::Manip
0.04 Wed Sep 19 11:43:36 2012
- Add support for parsing months followed by a 4-digit year, like
August 2012
- Add support for parsing explicit ranges where either side of the range is
something Date::RangeParser::EN already supports, e.g.,
August to December, January 21 thru February 1st, 9/1 - 9/5,
Jun through the end of this year, etc.
- The now_callback is used to set the ForceDate setting of Date::Manip when
falling back to Date::Manip for parsing. Care has been taken to make sure
this happens correctly for DM5 and DM6
0.02 Fri Jul 27 17:24:12 2012
- fix POD bugs
0.01 Fri Jul 20 20:40:32 2012
- original version