skip mymeta files
[gitmo/Moose-Autobox.git] / Changes
CommitLineData
8937074a 1Revision history for Perl extension Moose::Autobox
2
a1f00ce9 30.13 Wed Aug 29 09:56:58 EDT 2012
4 - switch from Perl6::Junction to Syntax::Keyword::Junction (rjbs)
5
f3e571b2 60.12 Tue. Mar 20, 2012
7 - replace "use base" with "use parent"
8
e1e26b55 90.11 Fri. Mar 23, 2010
30e523b8 10 - add each_n_values to Indexed (rafl and rjbs)
8b14b072 11 - add first and last to Scalar and Array (t0m)
12
e1e26b55 130.10 Mon. Oct 12 2009
e3598a18 14 - add each, each_key, each_value to Indexed (array and hash) (rjbs)
2e99cc07 15 - add split, words, lines to String (Sartak)
f0f5341b 16 - add 'to' to Number (Debolaz)
2e99cc07 17
caac33a3 180.09 Thu. Oct 23, 2008
3ab2f54a 19 - update Perl6::Junction dependency and support new version
20
504cc3c8 210.08 Mon. May 12, 2008
2197a7c0 22 - add flatten method to Array and Hash
0a73bc93 23 - upped the dependency on autobox from 1.22 to 2.23
24 at the suggestion of chocolateboy
25 - might as well up the Moose dependency too.
26
bf86a67c 270.07 Mon. April 28, 2008
ebb9b9de 28 ~~ no more Module::Build, thanks mst ~~
29
7f9d7a3a 30 * Moose::Autobox
31 - added documentation about how to extend the autoboxed
32 types (RT #34315)
3930dafb 33
34 * Moose::Autobox::Hash
35 Moose::Autobox::Indexed
36 - added support for slice and hslice (jrockway)
37 - added tests for this
7f9d7a3a 38
ea4e64bf 390.06 Tues. Jan. 22, 2008
40 ~~ updated copyright dates & some docs ~~
41
1401ddb2 42 * Moose::Autobox
43 - fixed role application code to follow the new
ea4e64bf 44 Moose::Util based API
45
46 - upped the Moose version dependency
47 - upped the autobox version dependency
1401ddb2 48
7e48618b 490.05 Sun. Aug. 5, 2007
ee6bd664 50 * Moose::Autobox
7e48618b 51 - fixed loading approach so that Moose::Object doesn't end
52 up in isa (thanks to mst)
ee6bd664 53
b3cb7038 540.04 Thurs. May 31, 2007
692b73ed 55 * Moose::Autobox::Hash
56 - added method for shallow hash merging
57
58 * Moose::Autobox::String
59 - fixed rindex method
60
3f4dd8b7 61 * Moose::Autobox::Item
62 - moved &dump from ::Ref to ::Item, so that it can be used
63 for the other types too
64
8528b416 65 - added &perl method which is an alias for &dump for symmetry
66 with Perl6's .perl
3f4dd8b7 67
68 * Moose::Autobox::Scalar/Array/Hash
69 - added &print/&say to SCALAR, ARRAY and HASH
70
68a5f1ac 710.03 Thurs. Aug 17, 2006
72
73 * Moose::Autobox
74 - we now inherit from autobox, now we don't have to
75 do that ugly eval thing or manually load autobox
76 when we want to use this module.
77 - added &mixin_additional_role to allow mixing in of
78 additional functionality (see examples/unit/*)
19b62758 79
80 * Moose::Autobox::Code
81 - added the Y and U combinators
82
68a5f1ac 83 + added new examples for units
84 - ported from the Pugs examples/units directory
85
19b62758 860.02 Sat. June 24, 2006
2f6b31a1 87 - fixed Moose::Autobox so that PAUSE won't try to
88 index SCALAR, ARRAY, HASH and CODE.
c11e6a74 89
90 - added examples/ directory
91 - ported tic-tac-toe from the Pugs examples
7fc99864 92
93 * Moose::Autobox::Ref
94 - added &dump method which will use Data::Dumper
95 to return a dumped representation of the ref
96
97 * Moose::Autobox::Array
98 - added Junctions support with Perl6::Junction
2f6b31a1 99
1972aa1b 1000.01 Fri. June 9, 2006
101 - Autoboxing, all the cool kids are doing it ;)
692b73ed 102