Flesh out Changes, because I want to release soonish..
[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 0.04 Tue Jun 17 04:56:36 2008
22     * Mouse
23       Mouse::Meta::Attribute
24       - Add support for has '+name'
25       - Add lazy_build (nothingmuch)
26
27 0.03 Thu Jun 12 21:54:07 2008
28     * Mouse
29       - Add before/after/around, courtesy of Class::Method::Modifiers
30
31     * Mouse::Object
32       - Add support for ->new({...})
33       - Use compute_all_applicable_attributes in the constructor to get the
34         attributes of superclasses
35       - Add better support for undef init_arg
36
37     * Mouse::Meta::Class
38       - More methods: compute_all_applicable_attributes, has_attribute
39
40 0.02 Wed Jun 11 01:56:44 2008
41     * Squirrel
42       - Add Squirrel which acts as Moose if it's already loaded, otherwise
43         Mouse (thanks nothingmuch)
44
45     * Mouse::Meta::Object
46       - Fix the order in which BUILD methods are called (thanks Robert
47         Boone)
48
49 0.01 Tue Jun 10 02:13:21 2008
50     * Initial release.
51