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