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