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