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