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