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