Changelogging.
[gitmo/MooseX-Types.git] / Changes
CommitLineData
90ac25e7 1Revision history for MooseX-Types
2
cce42d93 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
58bf58dc 90.16 Mon Jun 29 10:50:41 PDT 2009
10 - Ship with Module::Install 0.91
11
886c0eaa 120.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
442e42ba 180.14 Fri Jun 26 17:52:20 PDT 2009
19 - Fix union with string type
20
90ac25e7 210.13 Tue Jun 23 05:46:33 PDT 2009
22 - Add Test::Moose to build_requires for Fedora
23
4e6dc81d 240.12 Sun Jun 14 14:39:57 PDT 2009
25 - fix mixing of typelibs with regular Moose classes
26
b0db42a9 270.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
e50bf0d9 320.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
97cc8c9f 35 Data::Dump installed. (jjnapiork)
5885c4f4 360.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
077ac262 410.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.
b3b39119 47
77134b88 480.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
a7e5f92d 530.06 Fri Oct 24 15:00:00 EST 2008
475bbd1d 54 - Added support for parameterized types and type unions, tests for all
55 that and documentation updates.
77134b88 56
686e5888 570.05 [Indetermined]
16ddefbf 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
8cd6ad6c 61 - removed vestigial load of Sub::UpLevel since it breaks
62 the argument display in confess()
badcd0e5 63
559cf3d8 640.04 Thu Aug 9 20:56:14 CEST 2007
65 - Automatically set strict and warnings like Moose does
31ac8780 66
9448c224 670.03 Thu Aug 9 14:41:58 CEST 2007
b3b39119 68 - Minor POD typo correction
9563f55e 69 - Added some error messages for wrong type names
70 - Coercion handler not exported without type object
9448c224 71 - Moved from Class::Inspector to Class::MOP::load_class
b3b39119 72
730.02 Wed Aug 8 20:33:42 CEST 2007
74 - Changed declaration to croak when it sees '::' in a typename
75
760.01 Wed Aug 8 18:19:34 CEST 2007
77 - Initial release
78