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