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