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