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