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