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