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