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