Require new Module::Install with working auto_install
[gitmo/MooseX-Types.git] / Changes
1 Revision history for MooseX-Types
2
3 0.15    Sun Jun 27 15:50:00 EDT 2009
4         - Change all uses of croak in TypeDecorator to use the Moose
5           throw_exception method.
6         - More test cases for the union mixed string type issue, and
7           better handling of this in the | overload in TypeDecorator
8
9 0.14    Fri Jun 26 17:52:20 PDT 2009
10         - Fix union with string type
11
12 0.13    Tue Jun 23 05:46:33 PDT 2009
13         - Add Test::Moose to build_requires for Fedora
14
15 0.12    Sun Jun 14 14:39:57 PDT 2009
16         - fix mixing of typelibs with regular Moose classes
17
18 0.11    Sat May 23 18:02:35 PDT 2009
19         - warning on string types and unregistered class/role types
20         - better error for missing comma
21         - MooseX::Types::Combine for combining type libs
22
23 0.10    Fri March 06 17:34:00 EST 2009
24         - Removed unneeded debugging code from one of the tests, which was
25           causing installation errors for people that didn't already have
26           Data::Dump installed. (jjnapiork)     
27 0.09    ...
28         - Added MooseX::Types::Util::has_available_type_export($p, $n) to
29           allow introspection of available types for other libraries wanting
30           to use type export names for type specifications.
31
32 0.08    Mon Dec  09 19:00:00 EST 2008
33         - Added experimental support for recursive type constraints.  Pod and
34           tests for this feature.  Let the madness begin.
35         - Documentation updates.
36         - Workaround test case for the SUb::Exporter compatibility issue.  Also
37           documented in Pod.
38
39 0.07    Fri Oct  07 23:00:00 EST 2008
40         - Bumped minimum allowed Moose version to fix problem with overloading
41           on some versions of Perl
42         - Tiny documentation updates.
43
44 0.06    Fri Oct  24 15:00:00 EST 2008
45         - Added support for parameterized types and type unions, tests for all
46         that and documentation updates.
47
48 0.05    [Indetermined]
49         - moved export mechanism to Sub::Exporter. ::Base contains
50           a bunch of wrapping logic to allow the export-along functionality
51           for the helper symbols
52         - removed vestigial load of Sub::UpLevel since it breaks
53           the argument display in confess()
54
55 0.04    Thu Aug  9 20:56:14 CEST 2007
56         - Automatically set strict and warnings like Moose does
57
58 0.03    Thu Aug  9 14:41:58 CEST 2007
59         - Minor POD typo correction
60         - Added some error messages for wrong type names
61         - Coercion handler not exported without type object
62         - Moved from Class::Inspector to Class::MOP::load_class
63
64 0.02    Wed Aug  8 20:33:42 CEST 2007
65         - Changed declaration to croak when it sees '::' in a typename
66
67 0.01    Wed Aug  8 18:19:34 CEST 2007
68         - Initial release
69