Add has_attribute, rewrite Changes to be Moosier :)
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.03
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
12      * Mouse::Meta::Class:
13        - More methods: compute_all_applicable_attributes, has_attribute
14
15 0.02 Wed Jun 11 01:56:44 2008
16      * Squirrel:
17        - Add Squirrel which acts as Moose if it's already loaded, otherwise
18          Mouse (thanks nothingmuch)
19
20      * Mouse::Meta::Object:
21        - Fix the order in which BUILD methods are called (thanks Robert
22          Boone)
23
24 0.01 Tue Jun 10 02:13:21 2008
25      * Initial release.
26