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