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