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