Bump to 0.13
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.13
4
5 0.12 Thu Dec 4 19:23:10 2008
6     * Provide Test::Exception function unless it's version 0.27 - RT #41254
7
8     * Mouse::Util now provides dies_ok
9
10     * Make class-like types behave more like Moose; subclasses OK! (rjbs)
11
12     * Steal more tests from Moose
13
14 0.11 Sun Nov 2 11:35:04 2008
15     * Throw an error if accessor/predicate/clearer/handles code eval fails
16
17     * Optimizations for generated methods, they should now be on par with Moose
18
19 0.10 Tue Oct 28 19:23:07 2008
20     * Require a recent Moose (which has the bugfix) for
21       t/500_moose_extends_mouse.t
22
23     * ouse.pm for perl -Mouse one-liners (thanks rjbs)
24
25     * Doc for init_arg => undef (thanks rjbs)
26
27 0.09 Sun Sep 28 22:37:13 2008
28     * Initial version of Mouse::Tiny, a one-file concatenation of the Mouse
29       classes for easy embedding
30
31     * Fixes caused by test failures (Carp not being loaded, Moose being
32       required in a test)
33
34 0.08 Sun Sep 28 12:46:07 2008
35     * ALL dependencies have been removed!
36
37     * Fixes for Class::Method::Modifiers being required for testing
38
39 0.07 Sun Sep 28 00:19:07 2008
40     * All runtime dependencies have been removed! The only change in
41       functionality (hopefully) is that the Sub::Exporter features can no
42       longer be used (we've backed down to regular Exporter). Scalar::Util is
43       required for "weaken" support, and Class::Method::Modifiers is required
44       for method modifier support, but only if you use these features!
45       Having Scalar::Util and MRO::Compat installed will provide only
46       performance increases.
47
48     * Tests and fixes for extending a Mouse class with Moose (nothingmuch)
49
50     * Support for adding method modifiers to a role, and composing them into
51       classes (we'll get true methods some day)
52
53     * Method modifiers now go through the metaclass instead of invoking
54       Class::Method::Modifiers directly
55
56     * Remove the deprecated before/after/around triggers
57
58     * Roles keywords 'requires' and 'excludes' now throw errors instead of
59       silently doing nothing (they aren't implemented yet)
60
61 0.06 Thu Jul 23 02:10:07 2008
62     * Deprecating before/after/around triggers! Switch back to coderef +
63       whatever you used to do. Moose is have it implemented it as an extension
64       trait.
65
66     * Mouse
67       - updated trigger doc (thanks perigrin)
68         - which will not see CPAN :( sorry perigrin!
69
70     * Mouse::Meta::Class
71       - add a make_immutable method which does nothing(!), for even more
72         Moose compat (nothingmuch's idea)
73
74 0.05 Thu Jul 17 01:53:20 2008
75     * Mouse::Role
76       Mouse::Meta::Role
77       Mouse
78       Squirrel::Role
79       - Begin adding roles! Attributes are mostly there. Still experimental.
80
81     * Mouse::Meta::Class
82       Mouse::Object
83       - Add clone_object and clone_instance (nothingmuch)
84
85     * Mouse::Object
86       - Add BUILDARGS (nothingmuch)
87
88     * Mouse::Meta::Attribute
89       Mouse::Object
90       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
91
92     * Everywhere
93       - Improvements to the MOP (e.g. Class->add_method)
94
95     * (build)
96       - Excise dependency on Test::Warn, we only used it in one simple test
97
98 0.04 Tue Jun 17 04:56:36 2008
99     * Mouse
100       Mouse::Meta::Attribute
101       - Add support for has '+name'
102       - Add lazy_build (nothingmuch)
103
104 0.03 Thu Jun 12 21:54:07 2008
105     * Mouse
106       - Add before/after/around, courtesy of Class::Method::Modifiers
107
108     * Mouse::Object
109       - Add support for ->new({...})
110       - Use compute_all_applicable_attributes in the constructor to get the
111         attributes of superclasses
112       - Add better support for undef init_arg
113
114     * Mouse::Meta::Class
115       - More methods: compute_all_applicable_attributes, has_attribute
116
117 0.02 Wed Jun 11 01:56:44 2008
118     * Squirrel
119       - Add Squirrel which acts as Moose if it's already loaded, otherwise
120         Mouse (thanks nothingmuch)
121
122     * Mouse::Meta::Object
123       - Fix the order in which BUILD methods are called (thanks Robert
124         Boone)
125
126 0.01 Tue Jun 10 02:13:21 2008
127     * Initial release.
128