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