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