Ensure that "has '+nonexistent'" fails
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
6681e09c 30.05
4 * Mouse::Role
5 Mouse::Meta::Role
6 Mouse
7 - Begin adding roles! Attributes are mostly there.
8
a3525e9f 90.04 Tue Jun 17 04:56:36 2008
1bfebf5f 10 * Mouse
11 Mouse::Meta::Attribute
12 - Add support for has '+name'
e16608b6 13 - Add lazy_build
66efb1c8 14
74be9978 150.03 Thu Jun 12 21:54:07 2008
1bfebf5f 16 * Mouse
17 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 18
1bfebf5f 19 * Mouse::Object
20 - Add support for ->new({...})
21 - Use compute_all_applicable_attributes in the constructor to get the
22 attributes of superclasses
23 - Add better support for undef init_arg
ad67865f 24
1bfebf5f 25 * Mouse::Meta::Class
26 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 27
280.02 Wed Jun 11 01:56:44 2008
1bfebf5f 29 * Squirrel
30 - Add Squirrel which acts as Moose if it's already loaded, otherwise
31 Mouse (thanks nothingmuch)
66eea168 32
1bfebf5f 33 * Mouse::Meta::Object
34 - Fix the order in which BUILD methods are called (thanks Robert
35 Boone)
66eea168 36
370.01 Tue Jun 10 02:13:21 2008
1bfebf5f 38 * Initial release.
c3398f5b 39