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