Skip squirrel tests when munging s/Mouse/Moose/
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
8aeec00e 30.15
4
5
1595b996 60.14 Sat Dec 20 16:53:05 2008
7 * POD fix
8
9 * Document what changes tokuhirom and Yappo made (see below)
4216fc14 10
25b08198 110.13 Tue Dec 16 02:01:40 2008
a9d1cb9d 12 * Pass in the instance to the default sub in the constructor (reported with
13 failing tests by rjbs)
fccd2261 14
1595b996 15 * Tons of new features implemented by tokuhirom++ and Yappo++:
16 - method API in classes and roles!
17 - "requires" and "with" for Mouse::Role
18 - Type coercion
19 - Inject a constructor after make_immutable. Huge speedup!
20 - class_type and role_type
21 - Inject a destructor for more speedup
22 - MouseX::Types (may move into its own dist)
23 - create_anon_class
24 - union type constraints (eg 'Str | Undef')
25 - subtypes and sugar for them
de51e718 26
44231509 270.12 Thu Dec 4 19:23:10 2008
826828bf 28 * Provide Test::Exception function unless it's version 0.27 - RT #41254
29
826828bf 30 * Mouse::Util now provides dies_ok
31
44231509 32 * Make class-like types behave more like Moose; subclasses OK! (rjbs)
33
34 * Steal more tests from Moose
826828bf 35
e4b38f45 360.11 Sun Nov 2 11:35:04 2008
37 * Throw an error if accessor/predicate/clearer/handles code eval fails
38
39 * Optimizations for generated methods, they should now be on par with Moose
6430d968 40
2498d94c 410.10 Tue Oct 28 19:23:07 2008
42 * Require a recent Moose (which has the bugfix) for
43 t/500_moose_extends_mouse.t
44
45 * ouse.pm for perl -Mouse one-liners (thanks rjbs)
46
47 * Doc for init_arg => undef (thanks rjbs)
7a024324 48
274aea60 490.09 Sun Sep 28 22:37:13 2008
50 * Initial version of Mouse::Tiny, a one-file concatenation of the Mouse
51 classes for easy embedding
52
53 * Fixes caused by test failures (Carp not being loaded, Moose being
54 required in a test)
55
5dbc65ee 560.08 Sun Sep 28 12:46:07 2008
57 * ALL dependencies have been removed!
58
59 * Fixes for Class::Method::Modifiers being required for testing
eab013b2 60
f38ce2d0 610.07 Sun Sep 28 00:19:07 2008
465af41f 62 * All runtime dependencies have been removed! The only change in
63 functionality (hopefully) is that the Sub::Exporter features can no
64 longer be used (we've backed down to regular Exporter). Scalar::Util is
65 required for "weaken" support, and Class::Method::Modifiers is required
66 for method modifier support, but only if you use these features!
67 Having Scalar::Util and MRO::Compat installed will provide only
68 performance increases.
69
70 * Tests and fixes for extending a Mouse class with Moose (nothingmuch)
71
72 * Support for adding method modifiers to a role, and composing them into
73 classes (we'll get true methods some day)
74
75 * Method modifiers now go through the metaclass instead of invoking
76 Class::Method::Modifiers directly
77
78 * Remove the deprecated before/after/around triggers
79
80 * Roles keywords 'requires' and 'excludes' now throw errors instead of
81 silently doing nothing (they aren't implemented yet)
5c557f4f 82
844fa049 830.06 Thu Jul 23 02:10:07 2008
84 * Deprecating before/after/around triggers! Switch back to coderef +
85 whatever you used to do. Moose is have it implemented it as an extension
86 trait.
87
e2a1372d 88 * Mouse
89 - updated trigger doc (thanks perigrin)
844fa049 90 - which will not see CPAN :( sorry perigrin!
ed00ef38 91
60e2164a 92 * Mouse::Meta::Class
93 - add a make_immutable method which does nothing(!), for even more
94 Moose compat (nothingmuch's idea)
95
ed00ef38 960.05 Thu Jul 17 01:53:20 2008
6681e09c 97 * Mouse::Role
98 Mouse::Meta::Role
99 Mouse
80be11ca 100 Squirrel::Role
101 - Begin adding roles! Attributes are mostly there. Still experimental.
102
103 * Mouse::Meta::Class
104 Mouse::Object
105 - Add clone_object and clone_instance (nothingmuch)
106
107 * Mouse::Object
108 - Add BUILDARGS (nothingmuch)
109
110 * Mouse::Meta::Attribute
111 Mouse::Object
112 - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
6681e09c 113
c5cbafa4 114 * Everywhere
115 - Improvements to the MOP (e.g. Class->add_method)
116
a7f212f1 117 * (build)
118 - Excise dependency on Test::Warn, we only used it in one simple test
119
a3525e9f 1200.04 Tue Jun 17 04:56:36 2008
1bfebf5f 121 * Mouse
122 Mouse::Meta::Attribute
123 - Add support for has '+name'
80be11ca 124 - Add lazy_build (nothingmuch)
66efb1c8 125
74be9978 1260.03 Thu Jun 12 21:54:07 2008
1bfebf5f 127 * Mouse
128 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 129
1bfebf5f 130 * Mouse::Object
131 - Add support for ->new({...})
132 - Use compute_all_applicable_attributes in the constructor to get the
133 attributes of superclasses
134 - Add better support for undef init_arg
ad67865f 135
1bfebf5f 136 * Mouse::Meta::Class
137 - More methods: compute_all_applicable_attributes, has_attribute
66eea168 138
1390.02 Wed Jun 11 01:56:44 2008
1bfebf5f 140 * Squirrel
141 - Add Squirrel which acts as Moose if it's already loaded, otherwise
142 Mouse (thanks nothingmuch)
66eea168 143
1bfebf5f 144 * Mouse::Meta::Object
145 - Fix the order in which BUILD methods are called (thanks Robert
146 Boone)
66eea168 147
1480.01 Tue Jun 10 02:13:21 2008
1bfebf5f 149 * Initial release.
c3398f5b 150