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