Revision history for Perl extension DateTime::Format::Natural. 0.82 Mon Dec 21 10:15:52 CET 2009 - Merged development version to stable. 0.81_04 Wed Dec 16 13:32:35 CET 2009 - dateparse: use the same class instance for each parse run; match case-insensitively for commands that quit. 0.81_03 Fri Dec 11 10:32:08 CET 2009 - Use string interpolation instead of concatenation for symbolic references in __new(). 0.81_02 Wed Dec 9 20:07:19 CET 2009 - Reduce the common logic of _valid_date() and _valid_time() by moving most of it to a method. - Store the daytime option internally with a less nested name. 0.81_01 Mon Dec 7 11:14:19 CET 2009 - Place the common body of _add() and _subtract() in a single method. - Comment the inverse use of _add() within _add_or_subtract(). - Set values at once within _check_time(). - Initialize tokens with an anonymous array reference. - Purge last unneeded occurrence of 'scalar'. 0.81 Sat Nov 21 12:59:17 CET 2009 - Merged development version to stable. 0.80_02 Wed Nov 18 10:53:05 CET 2009 - Move utility and wrapper methods to separate classes. - Test compile-time loading of Utils.pm and Wrappers.pm. - Don't force explicit scalar context where an implicit one exists. 0.80_01 Mon Nov 2 10:59:46 CET 2009 - Invoke _valid_date() in _day_month_year() to assert the validity of the date before setting it. - Separate fixed time data for testing purpose from code. 0.80 Fri Oct 30 10:15:53 CET 2009 - Merged development version to stable. 0.79_02 Mon Oct 26 10:11:09 CET 2009 - Improve wording and formatting of the documentation. - Update broken license links. 0.79_01 Mon Oct 19 13:30:14 CEST 2009 - Parse certain common variations of AM/PM or missing " at ". [rt #50547 - Andrew Sterling Hanenkamp] - Match case-insensitively for grammar regular expressions. - Rename _at() to _at_time() and wrap it twice; dispatch to _at() instead of _time() where suitable (and vice-versa). - Sort the indexes metadata field in ascending order. 0.79 Sat Sep 19 12:23:20 CEST 2009 - Merged development version to stable. 0.78_03 Thu Sep 17 12:13:08 CEST 2009 - Relocate the formatted string printing of result strings used within the tests to the Test class. 0.78_02 Mon Sep 14 17:18:40 CEST 2009 - Add support for ranges representing the first and last day of a month or year. [rt #44067 - Michael Reddick] - Move the insertion code in parse_datetime_duration() to the Duration class and the checks to the english metadata class. - Quote for parsing failures with duration strings the entire input string instead of a partial date string. - Save and restore state for parse_datetime_duration(). - Test compile-time loading of Duration.pm. 0.78_01 Tue Sep 1 15:51:59 CEST 2009 - Set units at once within _check_date() when Date::Calc is not available and add a test. [rt #49326 - Clayton L. Scott] 0.78 Fri Aug 7 11:32:31 CEST 2009 - Merged development version to stable. 0.77_01 Thu Jun 25 16:00:27 CEST 2009 - Add a handful of new formats. [rt #43468 - Clayton L. Scott] - Don't eventually try to guess the century. - Introduce and use a class for common test routines. - Test compile-time loading of Test.pm. - Rename the misnamed 'hour' metadata option to 'hours'. - _daytime() does not use the 'hours' metadata option when it is set and hence remove such existing entries. - For base methods which use the 'hours' metadata option, assume a zero when no value is provided. 0.77 Sun Jun 14 20:46:53 CEST 2009 - Merged development version to stable. 0.76_04 Sat Jun 13 14:04:21 CEST 2009 - Remove comment in code about the legacy debug option. - Use '\s+' instead of the ambiguous ' ' as token split pattern. - Add some whitespace to the regexp which recognizes additional tokens for formatted dates. 0.76_03 Wed Jun 10 11:50:42 CEST 2009 - The current "now" can be overridden through the 'datetime' option. [rt #45127 - Giovanni Pensa] - parse_datetime_duration() handles durations where the second part is relative to the first one. [rt #45127 - Giovanni Pensa] - New supported relative duration: for . [rt #45127 - Giovanni Pensa] 0.76_02 Sat Jun 6 13:24:58 CEST 2009 - When using prefer_future, also allow for weekdays combined with the time of day to be parsed correctly. [rt #46689 - Jason May] - New supported format: