changelog for 0.15 release
[gitmo/MooseX-AlwaysCoerce.git] / Changes
CommitLineData
7a603ffa 1Revision history for MooseX-AlwaysCoerce
ad1917d7 2
26dcf950 30.15 2011-03-14
4 - bump minimum required versions in dependencies, to ensure compatibility
5 with the upcoming Moose 2.0 release.
6
70.14 2011-03-08
53f6ab6c 8 - add support within roles, using the new applied_attribute feature
9 available in Moose 1.99/2.0 (doy)
10
26dcf950 110.13 2011-03-07
f2dec73d 12 - fixed class attribute and parameterized role TODO tests to work again
13 with the latest MooseX::Role::Parameterized (Karen Etheridge)
dfab7c8b 14 - converted tests to Test::Fatal (Karen Etheridge)
f2dec73d 15
d62a50d8 160.12 2010-10-08 12:14:54 PDT
17 - ...and again.
18
c5b5774e 190.11 2010-10-08 12:05:42 PDT
20 - fix mangled distribution tarball (Karen Etheridge)
21
b0c2e478 220.10 2010-10-08 10:03:53 PDT
23 - avoid giving class attributes to the metaclass, which was triggering an
24 edge case bug in metaclass compat (Jesse Luehrs)
25
bb7cca58 260.09 2010-08-05 03:42:07
27 - support attributes without isa, correctly
28
0a64dac6 290.08 2010-08-05 03:14:37
30 - make a test safer
31
31af4cd4 320.07 2010-08-05 03:10:12
57d1fb14 33 - support class_has with no isa (Karen Etheridge)
34
26d62781 350.06 2010-07-28 00:58:50
e307e391 36 - Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
37
9e804fe1 380.05 2010-07-13 00:05:10
39 - support types without coercion (Schwern)
40
538d9d4e 410.04 2010-03-06 05:28:01
42 - remove t/00-load.t (was failing)
43
68bf8463 440.03 2009-06-16 17:50:12
45 - make coerce => 0 work for class_has
46
2429fb7e 470.02 2009-06-16 17:23:29
48 - rewritten using metaroles, the Moose way
49
ad1917d7 500.01 2009-06-15 22:18:34
51 - releasing...