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