stop using Module::Install
[gitmo/Moose-Autobox.git] / Changes
1 Revision history for Perl extension Moose::Autobox
2
3 0.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
8 0.13  Wed Aug 29 09:56:58 EDT 2012
9     - switch from Perl6::Junction to Syntax::Keyword::Junction (rjbs)
10
11 0.12  Tue. Mar 20, 2012
12     - replace "use base" with "use parent"
13
14 0.11  Fri. Mar 23, 2010
15     - add each_n_values to Indexed (rafl and rjbs)
16     - add first and last to Scalar and Array (t0m)
17
18 0.10  Mon. Oct 12 2009
19     - add each, each_key, each_value to Indexed (array and hash) (rjbs)
20     - add split, words, lines to String (Sartak)
21     - add 'to' to Number (Debolaz)
22
23 0.09 Thu. Oct 23, 2008
24     - update Perl6::Junction dependency and support new version
25
26 0.08 Mon. May 12, 2008
27     - add flatten method to Array and Hash
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
32 0.07 Mon. April 28, 2008
33     ~~ no more Module::Build, thanks mst ~~
34
35     * Moose::Autobox
36       - added documentation about how to extend the autoboxed
37         types (RT #34315)
38
39     * Moose::Autobox::Hash
40       Moose::Autobox::Indexed
41       - added support for slice and hslice (jrockway)
42         - added tests for this
43
44 0.06 Tues. Jan. 22, 2008
45     ~~ updated copyright dates & some docs ~~
46
47     * Moose::Autobox
48       - fixed role application code to follow the new
49         Moose::Util based API
50
51     - upped the Moose version dependency
52     - upped the autobox version dependency
53
54 0.05 Sun. Aug. 5, 2007
55     * Moose::Autobox
56       - fixed loading approach so that Moose::Object doesn't end
57         up in isa (thanks to mst)
58
59 0.04 Thurs. May 31, 2007
60     * Moose::Autobox::Hash
61       - added method for shallow hash merging
62
63     * Moose::Autobox::String
64       - fixed rindex method
65
66     * Moose::Autobox::Item
67       - moved &dump from ::Ref to ::Item, so that it can be used
68         for the other types too
69
70       - added &perl method which is an alias for &dump for symmetry
71         with Perl6's .perl
72
73     * Moose::Autobox::Scalar/Array/Hash
74       - added &print/&say to SCALAR, ARRAY and HASH
75
76 0.03 Thurs. Aug 17, 2006
77
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
81         when we want to use this module.
82       - added &mixin_additional_role to allow mixing in of
83         additional functionality (see examples/unit/*)
84
85     * Moose::Autobox::Code
86       - added the Y and U combinators
87
88     + added new examples for units
89       - ported from the Pugs examples/units directory
90
91 0.02 Sat. June 24, 2006
92     - fixed Moose::Autobox so that PAUSE won't try to
93       index SCALAR, ARRAY, HASH and CODE.
94
95     - added examples/ directory
96       - ported tic-tac-toe from the Pugs examples
97
98     * Moose::Autobox::Ref
99       - added &dump method which will use Data::Dumper
100         to return a dumped representation of the ref
101
102     * Moose::Autobox::Array
103       - added Junctions support with Perl6::Junction
104
105 0.01 Fri. June 9, 2006
106     - Autoboxing, all the cool kids are doing it ;)
107