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