f08c3aedcc3b824d5da5efc0bcd37b60a43f9816
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
1 Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
3 0.07  Tue Jan 19 2011
4     - fix inflation/deflation routines so that non-epoch datetime columns
5       are handled correctly (woosley)
6
7 0.06  Thu Jan 28 2009
8     - make sure regex for "int" is case insensitive (RT #54053)
9
10 0.05  Mon Jun 01 2009
11     [ THING THAT WILL NO LONGER BREAK YOUR CODE ]
12     - added back-compat for the "epoch => 1", etc syntax
13
14 0.04  Tue May 26 2009
15     [ THINGS THAT WILL BREAK YOUR CODE ]
16     - refactor module to itegrate with InflateColumn::DateTime and TimeStamp.
17       Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07.
18       Please read the new documentation.
19
20     [ ENHANCEMENTS ]
21     - switch to Module::Install
22
23 0.03  Wed Apr 25 2007
24     - don't override user-supplied values for update()
25
26 0.02  Mon Jul 17 2006
27     - Re-release onto CPAN
28     
29 0.01  Wed Mar 22 2006
30     - original version;