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