support for recursive types, documentation and tests for that, random documentation...
[gitmo/MooseX-Types.git] / Changes
1 0.08    Mon Dec  09 19:00:00 EST 2008
2         - Added experimental support for recursive type constraints.  Pod and
3           tests for this feature.  Let the madness begin.
4         - Documentation updates.
5         - Workaround test case for the SUb::Exporter compatibility issue.  Also
6           documented in Pod.
7
8 0.07    Fri Oct  07 23:00:00 EST 2008
9         - Bumped minimum allowed Moose version to fix problem with overloading
10           on some versions of Perl
11         - Tiny documentation updates.
12
13 0.06    Fri Oct  24 15:00:00 EST 2008
14         - Added support for parameterized types and type unions, tests for all
15         that and documentation updates.
16
17 0.05    [Indetermined]
18         - moved export mechanism to Sub::Exporter. ::Base contains
19           a bunch of wrapping logic to allow the export-along functionality
20           for the helper symbols
21         - removed vestigial load of Sub::UpLevel since it breaks
22           the argument display in confess()
23
24 0.04    Thu Aug  9 20:56:14 CEST 2007
25         - Automatically set strict and warnings like Moose does
26
27 0.03    Thu Aug  9 14:41:58 CEST 2007
28         - Minor POD typo correction
29         - Added some error messages for wrong type names
30         - Coercion handler not exported without type object
31         - Moved from Class::Inspector to Class::MOP::load_class
32
33 0.02    Wed Aug  8 20:33:42 CEST 2007
34         - Changed declaration to croak when it sees '::' in a typename
35
36 0.01    Wed Aug  8 18:19:34 CEST 2007
37         - Initial release
38