0.03
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.03 Thu Jun 12 21:54:07 2008
4      * Mouse:
5        - Add before/after/around, courtesy of Class::Method::Modifiers
6
7      * Mouse::Object:
8        - Add support for ->new({...})
9        - Use compute_all_applicable_attributes in the constructor to get the
10          attributes of superclasses
11        - Add better support for undef init_arg
12
13      * Mouse::Meta::Class:
14        - More methods: compute_all_applicable_attributes, has_attribute
15
16 0.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
25 0.01 Tue Jun 10 02:13:21 2008
26      * Initial release.
27