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