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