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