Add support for undef init_arg
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
b7a74822 30.03
66eea168 4 * Mouse:
5 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 6
66eea168 7 * Mouse::Object:
8 - Add support for ->new({...})
9 - Use compute_all_applicable_attributes in the constructor to get the
10 attributes of superclasses
491e5923 11 - Add better support for undef init_arg
ad67865f 12
66eea168 13 * Mouse::Meta::Class:
14 - More methods: compute_all_applicable_attributes, has_attribute
15
160.02 Wed Jun 11 01:56:44 2008
17 * Squirrel:
18 - Add Squirrel which acts as Moose if it's already loaded, otherwise
19 Mouse (thanks nothingmuch)
20
21 * Mouse::Meta::Object:
22 - Fix the order in which BUILD methods are called (thanks Robert
23 Boone)
24
250.01 Tue Jun 10 02:13:21 2008
26 * Initial release.
c3398f5b 27