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