changelog for 0.14 release (applied_attribute)
[gitmo/MooseX-AlwaysCoerce.git] / Changes
1 Revision history for MooseX-AlwaysCoerce
2
3 0.14 2011-02-08
4     - add support within roles, using the new applied_attribute feature
5       available in Moose 1.99/2.0 (doy)
6
7 0.13 2011-02-07
8     - fixed class attribute and parameterized role TODO tests to work again
9       with the latest MooseX::Role::Parameterized (Karen Etheridge)
10     - converted tests to Test::Fatal (Karen Etheridge)
11
12 0.12  2010-10-08 12:14:54 PDT
13     - ...and again.
14
15 0.11  2010-10-08 12:05:42 PDT
16     - fix mangled distribution tarball (Karen Etheridge)
17
18 0.10  2010-10-08 10:03:53 PDT
19     - avoid giving class attributes to the metaclass, which was triggering an
20       edge case bug in metaclass compat (Jesse Luehrs)
21
22 0.09  2010-08-05 03:42:07
23     - support attributes without isa, correctly
24
25 0.08  2010-08-05 03:14:37
26     - make a test safer
27
28 0.07  2010-08-05 03:10:12
29     - support class_has with no isa (Karen Etheridge)
30
31 0.06  2010-07-28 00:58:50
32     - Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
33
34 0.05  2010-07-13 00:05:10
35     - support types without coercion (Schwern)
36
37 0.04  2010-03-06 05:28:01
38     - remove t/00-load.t (was failing)
39
40 0.03  2009-06-16 17:50:12
41     - make coerce => 0 work for class_has
42
43 0.02  2009-06-16 17:23:29
44     - rewritten using metaroles, the Moose way
45
46 0.01  2009-06-15 22:18:34
47     - releasing...