The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.06 - 2012-06-27
       - make subtype use full test [#RT78074] (SineSwiper)
       - correct SingleDigit type definition [#RT78074] (SineSwiper)
       - Add Stack Trace on Exception [RT#77583] (Mithaldu)

0.05 - 2012-05-16
       - Add Deps [RT#77225] (SymKat)
       - Add META (SineSwiper)

0.04 - 2012-04-27
       ADDITIONS:
       * Add support for Moo type inflation to Moose (mst)

       API CHANGE:
       * Numeric types equivalent to MooseX::Type::Common::Numeric

0.03 - 2012-03-19
       IMPROVEMENTS:
       * Bunches of POD [RT#73519]
       * Simplified Exporter usage [RT#75209] (dolmen)
       * Removed Data::Dumper::Concise dependency [RT#73469] (rsimoes)

       ADDITIONS:
       * Numeric Types
       * Experimental type building API

       API CHANGE:
       * Basic types are now found in MooX::Types::MooseLike::Base
         instead of MooX::Types::MooseLike


0.02 - 2011-10-21
       ADDITIONS:
       * Most non-parameterized types of the basic Moose type hierarchy
         are now supported.  Exceptions are ClassName and RoleName
       * Ability to re-use the type tests to build new ones via is_$type()

       IMPROVEMENTS:
       * Refactored generation of assert_Foo() to use a dispatch table
         and captures for quote_sub.

       FIXES:
       * Add AutoPrereq to dist.ini so Makefile.PL gets dependencies generated

0.01 - 2011-09-15
       Initial Release