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