Remove dep on CMM by just delay-loading
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
5c557f4f 30.07
4
844fa049 50.06 Thu Jul 23 02:10:07 2008
6 * Deprecating before/after/around triggers! Switch back to coderef +
7 whatever you used to do. Moose is have it implemented it as an extension
8 trait.
9
e2a1372d 10 * Mouse
11 - updated trigger doc (thanks perigrin)
844fa049 12 - which will not see CPAN :( sorry perigrin!
ed00ef38 13
60e2164a 14 * Mouse::Meta::Class
15 - add a make_immutable method which does nothing(!), for even more
16 Moose compat (nothingmuch's idea)
17
ed00ef38 180.05 Thu Jul 17 01:53:20 2008
6681e09c 19 * Mouse::Role
20 Mouse::Meta::Role
21 Mouse
80be11ca 22 Squirrel::Role
23 - Begin adding roles! Attributes are mostly there. Still experimental.
24
25 * Mouse::Meta::Class
26 Mouse::Object
27 - Add clone_object and clone_instance (nothingmuch)
28
29 * Mouse::Object
30 - Add BUILDARGS (nothingmuch)
31
32 * Mouse::Meta::Attribute
33 Mouse::Object
34 - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
6681e09c 35
c5cbafa4 36 * Everywhere
37 - Improvements to the MOP (e.g. Class->add_method)
38
a7f212f1 39 * (build)
40 - Excise dependency on Test::Warn, we only used it in one simple test
41
a3525e9f 420.04 Tue Jun 17 04:56:36 2008
1bfebf5f 43 * Mouse
44 Mouse::Meta::Attribute
45 - Add support for has '+name'
80be11ca 46 - Add lazy_build (nothingmuch)
66efb1c8 47
74be9978 480.03 Thu Jun 12 21:54:07 2008
1bfebf5f 49 * Mouse
50 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 51
1bfebf5f 52 * Mouse::Object
53 - Add support for ->new({...})
54 - Use compute_all_applicable_attributes in the constructor to get the
55 attributes of superclasses
56 - Add better support for undef init_arg
ad67865f 57
1bfebf5f 58 * Mouse::Meta::Class
59 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 60
610.02 Wed Jun 11 01:56:44 2008
1bfebf5f 62 * Squirrel
63 - Add Squirrel which acts as Moose if it's already loaded, otherwise
64 Mouse (thanks nothingmuch)
66eea168 65
1bfebf5f 66 * Mouse::Meta::Object
67 - Fix the order in which BUILD methods are called (thanks Robert
68 Boone)
66eea168 69
700.01 Tue Jun 10 02:13:21 2008
1bfebf5f 71 * Initial release.
c3398f5b 72