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