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