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