new test to outline the recursion support requirement and lots of small documentation...
[gitmo/MooseX-Types-Structured.git] / Changes
CommitLineData
d24da8ec 1Revision history for MooseX-Types-Structured
65748864 2
dd8c991f 30.06 06 November 2008
4 - Added a 'helper' type constraint called Optional. See docs for more.
3108fd7b 5 - added lots of tests to cover the API better, coverage and fixes for
d8547fef 6 the ->parameterize method in particular have been clarified.
dd8c991f 7 - changes so that the type contraints are more forgiving when null
8 values appear in method calls.
3108fd7b 9 - used ->make_immutable which should speed up the constraints.
10 - removed some unnecessary calls to use Moose when I wasn't using Moose.
d8547fef 11 - lots of little code cleanup work and more internal documentation.
12 - This version requires a newer Moose than previous versions. The
22727dd5 13 Makefile.PL has been updated to reflect this. This is a required
14 update.
dd8c991f 15
d87e8b74 160.05 08 November 2008
17 - Fixed some wackiness in the documentation.
18
98336987 190.04 07 November 2008
20 - Bumped minimum required versions of Moose and MooseX-Types to solve
21 problem with overloading and type constraint names (issue resolved
d8547fef 22 in Moose code.)
98336987 23 - Changed the way the required Perl version string is used to increase
24 compatibility and lowered minimum required Perl
25
59deb858 260.03 29 October 2008
27 - Fixed incorrect Perl version string (rafl)
28 - hide the meta classes from pause. This should clarify which POD is
29 the right one to read and also I want to discourage people from
30 subclassing that stuff since it will probably change
31 - various documentation cleanup
32 - new test 'example.t' with runable versions of the code in the example
33 POD section.
34
af1d00c9 350.02 28 October 2008
fe1fd33c 36 - cleared up some typos in the test suite
af1d00c9 37 - Fixed some POD formatting issues, mostly some dumb tabs I ended up
38 with when I switched editors. Added a bit more documentation
39
16aea7bf 400.01 27 October 2008
af1d00c9 41 - Completed basic requirements, documentation and tests.