Saved by the peri grin! (trigger doc)
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
ed00ef38 30.06
e2a1372d 4 * Mouse
5 - updated trigger doc (thanks perigrin)
ed00ef38 6
70.05 Thu Jul 17 01:53:20 2008
6681e09c 8 * Mouse::Role
9 Mouse::Meta::Role
10 Mouse
80be11ca 11 Squirrel::Role
12 - Begin adding roles! Attributes are mostly there. Still experimental.
13
14 * Mouse::Meta::Class
15 Mouse::Object
16 - Add clone_object and clone_instance (nothingmuch)
17
18 * Mouse::Object
19 - Add BUILDARGS (nothingmuch)
20
21 * Mouse::Meta::Attribute
22 Mouse::Object
23 - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
6681e09c 24
c5cbafa4 25 * Everywhere
26 - Improvements to the MOP (e.g. Class->add_method)
27
a7f212f1 28 * (build)
29 - Excise dependency on Test::Warn, we only used it in one simple test
30
a3525e9f 310.04 Tue Jun 17 04:56:36 2008
1bfebf5f 32 * Mouse
33 Mouse::Meta::Attribute
34 - Add support for has '+name'
80be11ca 35 - Add lazy_build (nothingmuch)
66efb1c8 36
74be9978 370.03 Thu Jun 12 21:54:07 2008
1bfebf5f 38 * Mouse
39 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 40
1bfebf5f 41 * Mouse::Object
42 - Add support for ->new({...})
43 - Use compute_all_applicable_attributes in the constructor to get the
44 attributes of superclasses
45 - Add better support for undef init_arg
ad67865f 46
1bfebf5f 47 * Mouse::Meta::Class
48 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 49
500.02 Wed Jun 11 01:56:44 2008
1bfebf5f 51 * Squirrel
52 - Add Squirrel which acts as Moose if it's already loaded, otherwise
53 Mouse (thanks nothingmuch)
66eea168 54
1bfebf5f 55 * Mouse::Meta::Object
56 - Fix the order in which BUILD methods are called (thanks Robert
57 Boone)
66eea168 58
590.01 Tue Jun 10 02:13:21 2008
1bfebf5f 60 * Initial release.
c3398f5b 61