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