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