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