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