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