updated changelog in preparation for release, added immutable to files that needed...
[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.
d8547fef 5 - added lots of tests to cover the API better, coverage an fixes for
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.
d8547fef 9 - used make_immutable which should speed up the constraints.
10 - removed some unneccesary calls to use Moose when I wasn't using Moose.
11 - lots of little code cleanup work and more internal documentation.
12 - This version requires a newer Moose than previous versions. The
13 Makefile.PL has been updated to reflect this.
dd8c991f 14
d87e8b74 150.05 08 November 2008
16 - Fixed some wackiness in the documentation.
17
98336987 180.04 07 November 2008
19 - Bumped minimum required versions of Moose and MooseX-Types to solve
20 problem with overloading and type constraint names (issue resolved
d8547fef 21 in Moose code.)
98336987 22 - Changed the way the required Perl version string is used to increase
23 compatibility and lowered minimum required Perl
24
59deb858 250.03 29 October 2008
26 - Fixed incorrect Perl version string (rafl)
27 - hide the meta classes from pause. This should clarify which POD is
28 the right one to read and also I want to discourage people from
29 subclassing that stuff since it will probably change
30 - various documentation cleanup
31 - new test 'example.t' with runable versions of the code in the example
32 POD section.
33
af1d00c9 340.02 28 October 2008
fe1fd33c 35 - cleared up some typos in the test suite
af1d00c9 36 - Fixed some POD formatting issues, mostly some dumb tabs I ended up
37 with when I switched editors. Added a bit more documentation
38
16aea7bf 390.01 27 October 2008
af1d00c9 40 - Completed basic requirements, documentation and tests.