Add .gitignore
[gitmo/MooseX-Types.git] / Changes
CommitLineData
90ac25e7 1Revision history for MooseX-Types
2
886c0eaa 30.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
442e42ba 90.14 Fri Jun 26 17:52:20 PDT 2009
10 - Fix union with string type
11
90ac25e7 120.13 Tue Jun 23 05:46:33 PDT 2009
13 - Add Test::Moose to build_requires for Fedora
14
4e6dc81d 150.12 Sun Jun 14 14:39:57 PDT 2009
16 - fix mixing of typelibs with regular Moose classes
17
b0db42a9 180.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
e50bf0d9 230.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)
5885c4f4 270.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
077ac262 320.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.
b3b39119 38
77134b88 390.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
a7e5f92d 440.06 Fri Oct 24 15:00:00 EST 2008
475bbd1d 45 - Added support for parameterized types and type unions, tests for all
46 that and documentation updates.
77134b88 47
686e5888 480.05 [Indetermined]
16ddefbf 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
8cd6ad6c 52 - removed vestigial load of Sub::UpLevel since it breaks
53 the argument display in confess()
badcd0e5 54
559cf3d8 550.04 Thu Aug 9 20:56:14 CEST 2007
56 - Automatically set strict and warnings like Moose does
31ac8780 57
9448c224 580.03 Thu Aug 9 14:41:58 CEST 2007
b3b39119 59 - Minor POD typo correction
9563f55e 60 - Added some error messages for wrong type names
61 - Coercion handler not exported without type object
9448c224 62 - Moved from Class::Inspector to Class::MOP::load_class
b3b39119 63
640.02 Wed Aug 8 20:33:42 CEST 2007
65 - Changed declaration to croak when it sees '::' in a typename
66
670.01 Wed Aug 8 18:19:34 CEST 2007
68 - Initial release
69