More consistent header
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
6681e09c 30.05
4 * Mouse::Role
5 Mouse::Meta::Role
6 Mouse
80be11ca 7 Squirrel::Role
8 - Begin adding roles! Attributes are mostly there. Still experimental.
9
10 * Mouse::Meta::Class
11 Mouse::Object
12 - Add clone_object and clone_instance (nothingmuch)
13
14 * Mouse::Object
15 - Add BUILDARGS (nothingmuch)
16
17 * Mouse::Meta::Attribute
18 Mouse::Object
19 - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
6681e09c 20
c5cbafa4 21 * Everywhere
22 - Improvements to the MOP (e.g. Class->add_method)
23
a3525e9f 240.04 Tue Jun 17 04:56:36 2008
1bfebf5f 25 * Mouse
26 Mouse::Meta::Attribute
27 - Add support for has '+name'
80be11ca 28 - Add lazy_build (nothingmuch)
66efb1c8 29
74be9978 300.03 Thu Jun 12 21:54:07 2008
1bfebf5f 31 * Mouse
32 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 33
1bfebf5f 34 * Mouse::Object
35 - Add support for ->new({...})
36 - Use compute_all_applicable_attributes in the constructor to get the
37 attributes of superclasses
38 - Add better support for undef init_arg
ad67865f 39
1bfebf5f 40 * Mouse::Meta::Class
41 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 42
430.02 Wed Jun 11 01:56:44 2008
1bfebf5f 44 * Squirrel
45 - Add Squirrel which acts as Moose if it's already loaded, otherwise
46 Mouse (thanks nothingmuch)
66eea168 47
1bfebf5f 48 * Mouse::Meta::Object
49 - Fix the order in which BUILD methods are called (thanks Robert
50 Boone)
66eea168 51
520.01 Tue Jun 10 02:13:21 2008
1bfebf5f 53 * Initial release.
c3398f5b 54