0.06
[gitmo/Moose-Autobox.git] / Changes
1 Revision history for Perl extension Moose::Autobox
2
3 0.06 Tues. Jan. 22, 2008
4     ~~ updated copyright dates & some docs ~~   
5
6     * Moose::Autobox
7       - fixed role application code to follow the new
8         Moose::Util based API
9         
10     - upped the Moose version dependency
11     - upped the autobox version dependency 
12
13 0.05 Sun. Aug. 5, 2007
14     * Moose::Autobox
15       - fixed loading approach so that Moose::Object doesn't end 
16         up in isa (thanks to mst)
17
18 0.04 Thurs. May 31, 2007
19     * Moose::Autobox::Hash
20       - added method for shallow hash merging
21
22     * Moose::Autobox::String
23       - fixed rindex method
24
25     * Moose::Autobox::Item
26       - moved &dump from ::Ref to ::Item, so that it can be used
27         for the other types too
28
29       - added &perl method which is an alias for &dump for symmetry
30         with Perl6's .perl
31
32     * Moose::Autobox::Scalar/Array/Hash
33       - added &print/&say to SCALAR, ARRAY and HASH
34
35 0.03 Thurs. Aug 17, 2006
36
37     * Moose::Autobox 
38       - we now inherit from autobox, now we don't have to 
39         do that ugly eval thing or manually load autobox  
40         when we want to use this module.
41       - added &mixin_additional_role to allow mixing in of 
42         additional functionality (see examples/unit/*)
43
44     * Moose::Autobox::Code
45       - added the Y and U combinators
46
47     + added new examples for units
48       - ported from the Pugs examples/units directory
49
50 0.02 Sat. June 24, 2006
51     - fixed Moose::Autobox so that PAUSE won't try to 
52       index SCALAR, ARRAY, HASH and CODE.
53       
54     - added examples/ directory 
55       - ported tic-tac-toe from the Pugs examples
56     
57     * Moose::Autobox::Ref
58       - added &dump method which will use Data::Dumper
59         to return a dumped representation of the ref
60       
61     * Moose::Autobox::Array
62       - added Junctions support with Perl6::Junction
63
64 0.01 Fri. June 9, 2006
65     - Autoboxing, all the cool kids are doing it ;)
66