Revision history for Perl extension Date::RangeParser::EN
0.08 Wed May 07 09:55:24 2014
- Fix bug where "<= [element]" returned the same as "< [element]"
- Add support for comparison operators without a following space
* eg. ">[element]"
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