Deprecate hash-triggers
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.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
8     * Mouse
9       - updated trigger doc (thanks perigrin)
10         - which will not see CPAN :( sorry perigrin!
11
12     * Mouse::Meta::Class
13       - add a make_immutable method which does nothing(!), for even more
14         Moose compat (nothingmuch's idea)
15
16 0.05 Thu Jul 17 01:53:20 2008
17     * Mouse::Role
18       Mouse::Meta::Role
19       Mouse
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! :)
33
34     * Everywhere
35       - Improvements to the MOP (e.g. Class->add_method)
36
37     * (build)
38       - Excise dependency on Test::Warn, we only used it in one simple test
39
40 0.04 Tue Jun 17 04:56:36 2008
41     * Mouse
42       Mouse::Meta::Attribute
43       - Add support for has '+name'
44       - Add lazy_build (nothingmuch)
45
46 0.03 Thu Jun 12 21:54:07 2008
47     * Mouse
48       - Add before/after/around, courtesy of Class::Method::Modifiers
49
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
55
56     * Mouse::Meta::Class
57       - More methods: compute_all_applicable_attributes, has_attribute
58
59 0.02 Wed Jun 11 01:56:44 2008
60     * Squirrel
61       - Add Squirrel which acts as Moose if it's already loaded, otherwise
62         Mouse (thanks nothingmuch)
63
64     * Mouse::Meta::Object
65       - Fix the order in which BUILD methods are called (thanks Robert
66         Boone)
67
68 0.01 Tue Jun 10 02:13:21 2008
69     * Initial release.
70