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