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