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