pod changes
[gitmo/MooseX-Types-Structured.git] / Changes
CommitLineData
d24da8ec 1Revision history for MooseX-Types-Structured
65748864 2
8885cba0 30.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
100.06 06 December 2008
dd8c991f 11 - Added a 'helper' type constraint called Optional. See docs for more.
3108fd7b 12 - added lots of tests to cover the API better, coverage and fixes for
d8547fef 13 the ->parameterize method in particular have been clarified.
dd8c991f 14 - changes so that the type contraints are more forgiving when null
15 values appear in method calls.
3108fd7b 16 - used ->make_immutable which should speed up the constraints.
17 - removed some unnecessary calls to use Moose when I wasn't using Moose.
d8547fef 18 - lots of little code cleanup work and more internal documentation.
19 - This version requires a newer Moose than previous versions. The
22727dd5 20 Makefile.PL has been updated to reflect this. This is a required
21 update.
dd8c991f 22
d87e8b74 230.05 08 November 2008
24 - Fixed some wackiness in the documentation.
25
98336987 260.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
d8547fef 29 in Moose code.)
98336987 30 - Changed the way the required Perl version string is used to increase
31 compatibility and lowered minimum required Perl
32
59deb858 330.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
af1d00c9 420.02 28 October 2008
fe1fd33c 43 - cleared up some typos in the test suite
af1d00c9 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
16aea7bf 470.01 27 October 2008
af1d00c9 48 - Completed basic requirements, documentation and tests.