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