changelog date
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.04 Tue Jun 17 04:56:36 2008
4     * Mouse
5       Mouse::Meta::Attribute
6       - Add support for has '+name'
7       - Add lazy_build
8
9 0.03 Thu Jun 12 21:54:07 2008
10     * Mouse
11       - Add before/after/around, courtesy of Class::Method::Modifiers
12
13     * Mouse::Object
14       - Add support for ->new({...})
15       - Use compute_all_applicable_attributes in the constructor to get the
16         attributes of superclasses
17       - Add better support for undef init_arg
18
19     * Mouse::Meta::Class
20       - More methods: compute_all_applicable_attributes, has_attribute
21
22 0.02 Wed Jun 11 01:56:44 2008
23     * Squirrel
24       - Add Squirrel which acts as Moose if it's already loaded, otherwise
25         Mouse (thanks nothingmuch)
26
27     * Mouse::Meta::Object
28       - Fix the order in which BUILD methods are called (thanks Robert
29         Boone)
30
31 0.01 Tue Jun 10 02:13:21 2008
32     * Initial release.
33