X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=blobdiff_plain;f=Changes;h=8719c7008b2adf6c4624e77e6ef658df07a12b9c;hp=94648d037561012874500cc845e1bdd751c7dcc3;hb=4a7e89b195488780f5bb44040b7f1903f161a963;hpb=42398dd1595f9648efe4920dfd66414460d3e680 diff --git a/Changes b/Changes index 94648d0..8719c70 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,40 @@ Revision history for MooseX-UndefTolerant +{{$NEXT}} + * repository migrated to the github moose organization + +0.19 2012-09-25 17:16:40 PDT-0700 (Karen Etheridge) + * fix incorrect version dependency on Test::NoWarnings + +0.18 2012-09-23 13:35:06 PDT-0700 (Karen Etheridge) + * avoid undef warning by not attempting to manipulate constructor data for + init_arg => undef attributes (thanks Damon Tkoch for the report!) + +0.17 2012-05-03 14:43:42 PDT-0700 + * re-release to fix dependency issue *again*! :) + +0.16 2012-05-02 15:13:01 PDT-0700 + * remove temporary dep, and increase the required version of + Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency + automatically + +0.15 2012-05-02 12:56:59 PDT-0700 + * temporarily add missing dep on Test::CheckDeps + +0.14 2012-05-02 09:23:54 PDT-0700 + * re-release of 0.13 to fix a PAUSE indexing issue. + +0.13 2012-03-25 + * unit test improvements - tighter TODO scopes, better diagnostics on + failure, Test::Moose for cleaner logic + * fix documentation referencing Moose changes that are still TBD + * undef attr values being stripped at construction time are now removed + from visibility of all attr initializations, not just the one being + updated at the time + * fixed case where an attribute on an immutable class was being stripped + of its undef value at construction time even if its type constraint + already can tolerate undef. + 0.12 2011-04-03 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs) @@ -21,15 +56,15 @@ Revision history for MooseX-UndefTolerant * Added forward compatibility with Moose 1.9900+, but this module still works with older Moose too. (Dave Rolsky) -0.07 +0.07 2010-10-21 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg) -0.06 +0.06 2010-10-11 * Add support for immutable classes (Chris Andrews) * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews) * POD fixups -0.05 +0.05 2010-07-19 * Avoid warnings from Moose 1.09. (Dave Rolsky) 0.04 2010-01-23 @@ -43,6 +78,6 @@ Revision history for MooseX-UndefTolerant 0.02 2009-12-02 * Actually check the value properly, therefore setting it properly -0.01 Date/time +0.01 2009-12-01 First version, released on an unsuspecting world.