Get attributes in role application working!
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
a3525e9f 30.04 Tue Jun 17 04:56:36 2008
1bfebf5f 4 * Mouse
5 Mouse::Meta::Attribute
6 - Add support for has '+name'
e16608b6 7 - Add lazy_build
66efb1c8 8
74be9978 90.03 Thu Jun 12 21:54:07 2008
1bfebf5f 10 * Mouse
11 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 12
1bfebf5f 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
ad67865f 18
1bfebf5f 19 * Mouse::Meta::Class
20 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 21
220.02 Wed Jun 11 01:56:44 2008
1bfebf5f 23 * Squirrel
24 - Add Squirrel which acts as Moose if it's already loaded, otherwise
25 Mouse (thanks nothingmuch)
66eea168 26
1bfebf5f 27 * Mouse::Meta::Object
28 - Fix the order in which BUILD methods are called (thanks Robert
29 Boone)
66eea168 30
310.01 Tue Jun 10 02:13:21 2008
1bfebf5f 32 * Initial release.
c3398f5b 33