Add a stub make_immutable for some Moose compat
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.06
4     * Mouse
5       - updated trigger doc (thanks perigrin)
6
7     * Mouse::Meta::Class
8       - add a make_immutable method which does nothing(!), for even more
9         Moose compat (nothingmuch's idea)
10
11 0.05 Thu Jul 17 01:53:20 2008
12     * Mouse::Role
13       Mouse::Meta::Role
14       Mouse
15       Squirrel::Role
16       - Begin adding roles! Attributes are mostly there. Still experimental.
17
18     * Mouse::Meta::Class
19       Mouse::Object
20       - Add clone_object and clone_instance (nothingmuch)
21
22     * Mouse::Object
23       - Add BUILDARGS (nothingmuch)
24
25     * Mouse::Meta::Attribute
26       Mouse::Object
27       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
28
29     * Everywhere
30       - Improvements to the MOP (e.g. Class->add_method)
31
32     * (build)
33       - Excise dependency on Test::Warn, we only used it in one simple test
34
35 0.04 Tue Jun 17 04:56:36 2008
36     * Mouse
37       Mouse::Meta::Attribute
38       - Add support for has '+name'
39       - Add lazy_build (nothingmuch)
40
41 0.03 Thu Jun 12 21:54:07 2008
42     * Mouse
43       - Add before/after/around, courtesy of Class::Method::Modifiers
44
45     * Mouse::Object
46       - Add support for ->new({...})
47       - Use compute_all_applicable_attributes in the constructor to get the
48         attributes of superclasses
49       - Add better support for undef init_arg
50
51     * Mouse::Meta::Class
52       - More methods: compute_all_applicable_attributes, has_attribute
53
54 0.02 Wed Jun 11 01:56:44 2008
55     * Squirrel
56       - Add Squirrel which acts as Moose if it's already loaded, otherwise
57         Mouse (thanks nothingmuch)
58
59     * Mouse::Meta::Object
60       - Fix the order in which BUILD methods are called (thanks Robert
61         Boone)
62
63 0.01 Tue Jun 10 02:13:21 2008
64     * Initial release.
65