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