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