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