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