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