Saved by the peri grin! (trigger doc)
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.06
4     * Mouse
5       - updated trigger doc (thanks perigrin)
6
7 0.05 Thu Jul 17 01:53:20 2008
8     * Mouse::Role
9       Mouse::Meta::Role
10       Mouse
11       Squirrel::Role
12       - Begin adding roles! Attributes are mostly there. Still experimental.
13
14     * Mouse::Meta::Class
15       Mouse::Object
16       - Add clone_object and clone_instance (nothingmuch)
17
18     * Mouse::Object
19       - Add BUILDARGS (nothingmuch)
20
21     * Mouse::Meta::Attribute
22       Mouse::Object
23       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
24
25     * Everywhere
26       - Improvements to the MOP (e.g. Class->add_method)
27
28     * (build)
29       - Excise dependency on Test::Warn, we only used it in one simple test
30
31 0.04 Tue Jun 17 04:56:36 2008
32     * Mouse
33       Mouse::Meta::Attribute
34       - Add support for has '+name'
35       - Add lazy_build (nothingmuch)
36
37 0.03 Thu Jun 12 21:54:07 2008
38     * Mouse
39       - Add before/after/around, courtesy of Class::Method::Modifiers
40
41     * Mouse::Object
42       - Add support for ->new({...})
43       - Use compute_all_applicable_attributes in the constructor to get the
44         attributes of superclasses
45       - Add better support for undef init_arg
46
47     * Mouse::Meta::Class
48       - More methods: compute_all_applicable_attributes, has_attribute
49
50 0.02 Wed Jun 11 01:56:44 2008
51     * Squirrel
52       - Add Squirrel which acts as Moose if it's already loaded, otherwise
53         Mouse (thanks nothingmuch)
54
55     * Mouse::Meta::Object
56       - Fix the order in which BUILD methods are called (thanks Robert
57         Boone)
58
59 0.01 Tue Jun 10 02:13:21 2008
60     * Initial release.
61