Ensure that "has '+nonexistent'" fails
[gitmo/Mouse.git] / Changes
1 Revision history for Mouse
2
3 0.05
4     * Mouse::Role
5       Mouse::Meta::Role
6       Mouse
7       - Begin adding roles! Attributes are mostly there.
8
9 0.04 Tue Jun 17 04:56:36 2008
10     * Mouse
11       Mouse::Meta::Attribute
12       - Add support for has '+name'
13       - Add lazy_build
14
15 0.03 Thu Jun 12 21:54:07 2008
16     * Mouse
17       - Add before/after/around, courtesy of Class::Method::Modifiers
18
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
24
25     * Mouse::Meta::Class
26       - More methods: compute_all_applicable_attributes, has_attribute
27
28 0.02 Wed Jun 11 01:56:44 2008
29     * Squirrel
30       - Add Squirrel which acts as Moose if it's already loaded, otherwise
31         Mouse (thanks nothingmuch)
32
33     * Mouse::Meta::Object
34       - Fix the order in which BUILD methods are called (thanks Robert
35         Boone)
36
37 0.01 Tue Jun 10 02:13:21 2008
38     * Initial release.
39