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