r7843@merlin: jquelin | 2007-11-26 12:44:39 +0100
[time-fuzzy.git] / Changes
bloba9d4b0d2af9e8a736a47c1bc9a38977dc9c5e8df
1 Revision history for Time-Fuzzy
3 High-level changelog
4 ====================
6 0.3x  oop-style implementation
7 0.2x  fuzziness factor: multiple implementations
8 0.1x  actual fuzzy implementation
9 0.0x  initial releases
12 Low-level changelog
13 ===================
15 0.36 Mon Nov 26 12:43:44 CET 2007
16  - kwalitee/cpants release
18 0.35 Mon Nov  5 19:27:12 CET 2007
19  - really enforcing $ENV{TZ} before any module loading
21 0.34 Mon Aug 13 10:59:27 CEST 2007
22  - forcing $ENV{TZ} in the tests since some cpan testers have a weird
23    env with no local timezone
25 0.33 Sun Aug 12 21:57:36 CEST 2007
26  - added missing prereq class::accessor
28 0.32 Sun Aug 12 15:23:43 CEST 2007
29  - fixed bug in time::fuzzy constructor
30  - added overload for string output
32 0.31 Sun Aug 12 15:01:50 CEST 2007
33  - using class-accessor-fast before inheriting from it (should quiet
34    fail reports)
36 0.30 Sat Aug 11 18:01:01 CEST 2007
37  - oop style available
39 0.22 Sat Aug 11 17:41:41 CEST 2007
40  - new fuzziness factor: high
42 0.21 Sat Aug 11 10:07:00 CEST 2007
43  - reintroduced true logic to deal with midnight/noon, instead of a hack
44  - should void fail reports about qw[] x 2 needing to declare x (cf
45    http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg564525.html)
47 0.20 Fri Aug 10 18:10:32 CEST 2007
48  - fuzzy() defaults to current time, but now in the local timezone
49  - new sub _fuzzy_low() returning time without too much fuzzyness
50  - old fuzzy() moved to _fuzzy_medium()
51  - fuzzy() now acts depending on the $FUZZINESS factor
55 0.11 Fri Aug 10 16:24:15 CEST 2007
56  - fuzzy() now accepts a DateTime param
57  - added tests for fuzzy()
59 0.10 Fri Aug 10 14:07:06 CEST 2007
60  - fuzzy() now return an actual fuzzy time depending on current time
62 0.01 Fri Aug 10 12:29:26 CEST 2007
63  - initial release