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