pod changes
[gitmo/MooseX-Types-Structured.git] / Changes
1 Revision history for MooseX-Types-Structured
2
3 0.07    09 December 2008
4         - Fixed typo in previous changelog
5         - documentation improvements and updates
6         - increased version requirement for MooseX::Types so that we can take
7           advantage of the recursion support added.
8         - added test for recursion.
9
10 0.06    06 December 2008
11         - Added a 'helper' type constraint called Optional. See docs for more.
12         - added lots of tests to cover the API better, coverage and fixes for
13           the ->parameterize method in particular have been clarified.
14         - changes so that the type contraints are more forgiving when null
15           values appear in method calls.
16         - used ->make_immutable which should speed up the constraints.
17         - removed some unnecessary calls to use Moose when I wasn't using Moose.
18         - lots of little code cleanup work and more internal documentation.
19         - This version requires a newer Moose than previous versions.  The
20           Makefile.PL has been updated to reflect this.  This is a required
21           update.
22         
23 0.05    08 November 2008
24         - Fixed some wackiness in the documentation.
25         
26 0.04    07 November 2008
27         - Bumped minimum required versions of Moose and MooseX-Types to solve
28           problem with overloading and type constraint names (issue resolved
29           in Moose code.)
30         - Changed the way the required Perl version string is used to increase
31           compatibility and lowered minimum required Perl
32
33 0.03    29 October 2008
34         - Fixed incorrect Perl version string (rafl)
35         - hide the meta classes from pause.  This should clarify which POD is
36           the right one to read and also I want to discourage people from
37           subclassing that stuff since it will probably change
38         - various documentation cleanup
39         - new test 'example.t' with runable versions of the code in the example
40           POD section.
41         
42 0.02    28 October 2008
43         - cleared up some typos in the test suite
44         - Fixed some POD formatting issues, mostly some dumb tabs I ended up
45           with when I switched editors.  Added a bit more documentation
46         
47 0.01    27 October 2008
48         - Completed basic requirements, documentation and tests.