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