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