added fallback to overloading
[gitmo/MooseX-Types.git] / Changes
1
2 0.06    Fri Sep  25 12:00:00 EST 2008
3         - Added support for parameterized types and type unions, tests for all
4         that and documentation updates.
5         
6 0.05    [Indetermined]
7         - moved export mechanism to Sub::Exporter. ::Base contains
8           a bunch of wrapping logic to allow the export-along functionality
9           for the helper symbols
10         - removed vestigial load of Sub::UpLevel since it breaks
11           the argument display in confess()
12
13 0.04    Thu Aug  9 20:56:14 CEST 2007
14         - Automatically set strict and warnings like Moose does
15
16 0.03    Thu Aug  9 14:41:58 CEST 2007
17         - Minor POD typo correction
18         - Added some error messages for wrong type names
19         - Coercion handler not exported without type object
20         - Moved from Class::Inspector to Class::MOP::load_class
21
22 0.02    Wed Aug  8 20:33:42 CEST 2007
23         - Changed declaration to croak when it sees '::' in a typename
24
25 0.01    Wed Aug  8 18:19:34 CEST 2007
26         - Initial release
27