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