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