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