Bump to 0.10
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.10
4
5 0.09 Sun Sep 28 22:37:13 2008
6     * Initial version of Mouse::Tiny, a one-file concatenation of the Mouse
7       classes for easy embedding
8
9     * Fixes caused by test failures (Carp not being loaded, Moose being
10       required in a test)
11
12 0.08 Sun Sep 28 12:46:07 2008
13     * ALL dependencies have been removed!
14
15     * Fixes for Class::Method::Modifiers being required for testing
16
17 0.07 Sun Sep 28 00:19:07 2008
18     * All runtime dependencies have been removed! The only change in
19       functionality (hopefully) is that the Sub::Exporter features can no
20       longer be used (we've backed down to regular Exporter). Scalar::Util is
21       required for "weaken" support, and Class::Method::Modifiers is required
22       for method modifier support, but only if you use these features!
23       Having Scalar::Util and MRO::Compat installed will provide only
24       performance increases.
25
26     * Tests and fixes for extending a Mouse class with Moose (nothingmuch)
27
28     * Support for adding method modifiers to a role, and composing them into
29       classes (we'll get true methods some day)
30
31     * Method modifiers now go through the metaclass instead of invoking
32       Class::Method::Modifiers directly
33
34     * Remove the deprecated before/after/around triggers
35
36     * Roles keywords 'requires' and 'excludes' now throw errors instead of
37       silently doing nothing (they aren't implemented yet)
38
39 0.06 Thu Jul 23 02:10:07 2008
40     * Deprecating before/after/around triggers! Switch back to coderef +
41       whatever you used to do. Moose is have it implemented it as an extension
42       trait.
43
44     * Mouse
45       - updated trigger doc (thanks perigrin)
46         - which will not see CPAN :( sorry perigrin!
47
48     * Mouse::Meta::Class
49       - add a make_immutable method which does nothing(!), for even more
50         Moose compat (nothingmuch's idea)
51
52 0.05 Thu Jul 17 01:53:20 2008
53     * Mouse::Role
54       Mouse::Meta::Role
55       Mouse
56       Squirrel::Role
57       - Begin adding roles! Attributes are mostly there. Still experimental.
58
59     * Mouse::Meta::Class
60       Mouse::Object
61       - Add clone_object and clone_instance (nothingmuch)
62
63     * Mouse::Object
64       - Add BUILDARGS (nothingmuch)
65
66     * Mouse::Meta::Attribute
67       Mouse::Object
68       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
69
70     * Everywhere
71       - Improvements to the MOP (e.g. Class->add_method)
72
73     * (build)
74       - Excise dependency on Test::Warn, we only used it in one simple test
75
76 0.04 Tue Jun 17 04:56:36 2008
77     * Mouse
78       Mouse::Meta::Attribute
79       - Add support for has '+name'
80       - Add lazy_build (nothingmuch)
81
82 0.03 Thu Jun 12 21:54:07 2008
83     * Mouse
84       - Add before/after/around, courtesy of Class::Method::Modifiers
85
86     * Mouse::Object
87       - Add support for ->new({...})
88       - Use compute_all_applicable_attributes in the constructor to get the
89         attributes of superclasses
90       - Add better support for undef init_arg
91
92     * Mouse::Meta::Class
93       - More methods: compute_all_applicable_attributes, has_attribute
94
95 0.02 Wed Jun 11 01:56:44 2008
96     * Squirrel
97       - Add Squirrel which acts as Moose if it's already loaded, otherwise
98         Mouse (thanks nothingmuch)
99
100     * Mouse::Meta::Object
101       - Fix the order in which BUILD methods are called (thanks Robert
102         Boone)
103
104 0.01 Tue Jun 10 02:13:21 2008
105     * Initial release.
106