clarify the nature of the performance penalty
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
e1e26b55 30.11 Fri. Mar 23, 2010
30e523b8 4 - add each_n_values to Indexed (rafl and rjbs)
8b14b072 5 - add first and last to Scalar and Array (t0m)
6
e1e26b55 70.10 Mon. Oct 12 2009
e3598a18 8 - add each, each_key, each_value to Indexed (array and hash) (rjbs)
2e99cc07 9 - add split, words, lines to String (Sartak)
f0f5341b 10 - add 'to' to Number (Debolaz)
2e99cc07 11
caac33a3 120.09 Thu. Oct 23, 2008
3ab2f54a 13 - update Perl6::Junction dependency and support new version
14
504cc3c8 150.08 Mon. May 12, 2008
2197a7c0 16 - add flatten method to Array and Hash
0a73bc93 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
bf86a67c 210.07 Mon. April 28, 2008
ebb9b9de 22 ~~ no more Module::Build, thanks mst ~~
23
7f9d7a3a 24 * Moose::Autobox
25 - added documentation about how to extend the autoboxed
26 types (RT #34315)
3930dafb 27
28 * Moose::Autobox::Hash
29 Moose::Autobox::Indexed
30 - added support for slice and hslice (jrockway)
31 - added tests for this
7f9d7a3a 32
ea4e64bf 330.06 Tues. Jan. 22, 2008
34 ~~ updated copyright dates & some docs ~~
35
1401ddb2 36 * Moose::Autobox
37 - fixed role application code to follow the new
ea4e64bf 38 Moose::Util based API
39
40 - upped the Moose version dependency
41 - upped the autobox version dependency
1401ddb2 42
7e48618b 430.05 Sun. Aug. 5, 2007
ee6bd664 44 * Moose::Autobox
7e48618b 45 - fixed loading approach so that Moose::Object doesn't end
46 up in isa (thanks to mst)
ee6bd664 47
b3cb7038 480.04 Thurs. May 31, 2007
692b73ed 49 * Moose::Autobox::Hash
50 - added method for shallow hash merging
51
52 * Moose::Autobox::String
53 - fixed rindex method
54
3f4dd8b7 55 * Moose::Autobox::Item
56 - moved &dump from ::Ref to ::Item, so that it can be used
57 for the other types too
58
8528b416 59 - added &perl method which is an alias for &dump for symmetry
60 with Perl6's .perl
3f4dd8b7 61
62 * Moose::Autobox::Scalar/Array/Hash
63 - added &print/&say to SCALAR, ARRAY and HASH
64
68a5f1ac 650.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/*)
19b62758 73
74 * Moose::Autobox::Code
75 - added the Y and U combinators
76
68a5f1ac 77 + added new examples for units
78 - ported from the Pugs examples/units directory
79
19b62758 800.02 Sat. June 24, 2006
2f6b31a1 81 - fixed Moose::Autobox so that PAUSE won't try to
82 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 83
84 - added examples/ directory
85 - ported tic-tac-toe from the Pugs examples
7fc99864 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
2f6b31a1 93
1972aa1b 940.01 Fri. June 9, 2006
95 - Autoboxing, all the cool kids are doing it ;)
692b73ed 96