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