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