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