adding docs
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
7f9d7a3a 30.07
4 * Moose::Autobox
5 - added documentation about how to extend the autoboxed
6 types (RT #34315)
7
ea4e64bf 80.06 Tues. Jan. 22, 2008
9 ~~ updated copyright dates & some docs ~~
10
1401ddb2 11 * Moose::Autobox
12 - fixed role application code to follow the new
ea4e64bf 13 Moose::Util based API
14
15 - upped the Moose version dependency
16 - upped the autobox version dependency
1401ddb2 17
7e48618b 180.05 Sun. Aug. 5, 2007
ee6bd664 19 * Moose::Autobox
7e48618b 20 - fixed loading approach so that Moose::Object doesn't end
21 up in isa (thanks to mst)
ee6bd664 22
b3cb7038 230.04 Thurs. May 31, 2007
692b73ed 24 * Moose::Autobox::Hash
25 - added method for shallow hash merging
26
27 * Moose::Autobox::String
28 - fixed rindex method
29
3f4dd8b7 30 * Moose::Autobox::Item
31 - moved &dump from ::Ref to ::Item, so that it can be used
32 for the other types too
33
8528b416 34 - added &perl method which is an alias for &dump for symmetry
35 with Perl6's .perl
3f4dd8b7 36
37 * Moose::Autobox::Scalar/Array/Hash
38 - added &print/&say to SCALAR, ARRAY and HASH
39
68a5f1ac 400.03 Thurs. Aug 17, 2006
41
42 * Moose::Autobox
43 - we now inherit from autobox, now we don't have to
44 do that ugly eval thing or manually load autobox
45 when we want to use this module.
46 - added &mixin_additional_role to allow mixing in of
47 additional functionality (see examples/unit/*)
19b62758 48
49 * Moose::Autobox::Code
50 - added the Y and U combinators
51
68a5f1ac 52 + added new examples for units
53 - ported from the Pugs examples/units directory
54
19b62758 550.02 Sat. June 24, 2006
2f6b31a1 56 - fixed Moose::Autobox so that PAUSE won't try to
57 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 58
59 - added examples/ directory
60 - ported tic-tac-toe from the Pugs examples
7fc99864 61
62 * Moose::Autobox::Ref
63 - added &dump method which will use Data::Dumper
64 to return a dumped representation of the ref
65
66 * Moose::Autobox::Array
67 - added Junctions support with Perl6::Junction
2f6b31a1 68
1972aa1b 690.01 Fri. June 9, 2006
70 - Autoboxing, all the cool kids are doing it ;)
692b73ed 71