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