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