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