changelog for 0.14 release (applied_attribute)
[gitmo/MooseX-AlwaysCoerce.git] / Changes
CommitLineData
7a603ffa 1Revision history for MooseX-AlwaysCoerce
ad1917d7 2
53f6ab6c 30.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
19cae579 70.13 2011-02-07
f2dec73d 8 - fixed class attribute and parameterized role TODO tests to work again
9 with the latest MooseX::Role::Parameterized (Karen Etheridge)
dfab7c8b 10 - converted tests to Test::Fatal (Karen Etheridge)
f2dec73d 11
d62a50d8 120.12 2010-10-08 12:14:54 PDT
13 - ...and again.
14
c5b5774e 150.11 2010-10-08 12:05:42 PDT
16 - fix mangled distribution tarball (Karen Etheridge)
17
b0c2e478 180.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
bb7cca58 220.09 2010-08-05 03:42:07
23 - support attributes without isa, correctly
24
0a64dac6 250.08 2010-08-05 03:14:37
26 - make a test safer
27
31af4cd4 280.07 2010-08-05 03:10:12
57d1fb14 29 - support class_has with no isa (Karen Etheridge)
30
26d62781 310.06 2010-07-28 00:58:50
e307e391 32 - Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
33
9e804fe1 340.05 2010-07-13 00:05:10
35 - support types without coercion (Schwern)
36
538d9d4e 370.04 2010-03-06 05:28:01
38 - remove t/00-load.t (was failing)
39
68bf8463 400.03 2009-06-16 17:50:12
41 - make coerce => 0 work for class_has
42
2429fb7e 430.02 2009-06-16 17:23:29
44 - rewritten using metaroles, the Moose way
45
ad1917d7 460.01 2009-06-15 22:18:34
47 - releasing...