Revision history for Perl extension Class::Date.
1.0.2 Wed Jun 27 00:08:05 CEST 2001
- "set" method is renamed to "clone"
- named interface is documented
- minor documentation fixes
1.0.1 Sat Jun 16 16:14:02 CEST 2001
- added a "set" method to change parts of the date
- fix the "href" method
- Added a $RANGE_CHECK variable, to possiby disable dates like
"2001-02-31"
- Added error handling
- Restored compatibility with perl 5.005
1.0.0 Mon Jun 11 14:58:29 CEST 2001
- it is now requires perl 5.6 because of using Time::Local
- stable release, basically the same as 0.98
0.98 Tue May 22 16:46:03 CEST 2001
- bug in "truncate" method fixed
- documentation changes
0.97 Wed May 16 23:10:17 CEST 2001
- Accepts the date in "YYYY-MM-DD HH:MM" format
- uses Time::Local instead of strftime("%s"), because the latter
is not available in not GNU environment
0.96 Fri May 11 01:42:36 CEST 2001
- Fixed $DST_ADJUST bug when adding months
- Added $MONTH_BORDER_ADJUST variable and documentation for it
- Added "month_begin", "month_end" and "days_in_month" method
- Fixed the "aref" method
- Doc. grammar fixes
0.95 Thu May 10 00:11:43 CEST 2001
- Fixed comparison problem with undef
- date("2001-01-31")+'1M'-'1M' != "2001-01-31" "bug" documented
- Fixed the module name in two places (it was Date::Class)
0.94 Thu Apr 26 16:30:39 CEST 2001
- $date-'1D' bug fixed
- added "now" function
0.93 Wed Apr 18 12:55:15 CEST 2001
- the return value from Date::Parse is fixed
0.92 Tue Apr 17 17:23:10 CEST 2001
- made 'Date::Parse' usage optional
0.91 Mon Apr 9 13:42:49 CEST 2001
- small bugfixes for perl 5.005
- date(undef) and Class::Date::Rel(undef) returns undef
- array method fix (year + 1900, month + 1)
- $DATE_FORMAT is not exportable any more (confusing)
- test fixes
0.90 Thu Apr 5 13:18:18 CEST 2001
- Complete rewrite based on Matt Sergeant's Time::Object
- Can handle GMT and local time also
- A severe bug fixed concerning the Daylight Saving Time
- Dependency to POSIX.pm has been removed
0.5 Initial release