Checking in changes prior to tagging of version 0.47. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2010-01-09 gfx Remove long-deprecated features
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-19 gfx Fix an issue that anonymous type constraint can't be...
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-09 gfx Add coerce() to the function list
2009-12-09 gfx Add duck_type to the function list
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-09 gfx Improve enum to accept "enum($name, $arrayref)" constru...
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Fix the hierarchy of type constraints: Num and Int...
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-31 gfx Implement type parameterization in XS
2009-10-31 gfx s/_generate_isa_predicte_for/generate_isa_predicate_for...
2009-10-31 gfx Change is-a predicate stuff
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-30 gfx Move parametarization code to Meta::TypeConstraint
2009-10-30 gfx Tidy
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx No import
2009-10-27 gfx Do not import unused functions
2009-10-27 gfx Tidy
2009-10-27 gfx More compatibility to Moose
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Implement a class_type generator
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx built-in type constraints in XS
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Mouse and Mouse::Roles does export their sugars to...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50421
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Revert "Skip class_type etc stack frames when checking...
2009-10-09 gfx Remove a Moose-imcompatible warning
2009-10-09 gfx Add "optimize_as" sugar to TC
2009-10-08 gfx Fix subtype $name
2009-10-07 gfx Implement 'does' attribute in has()
2009-10-07 gfx Canonicalize the name of union types
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-06 Shawn M Moore Skip class_type etc stack frames when checking the...
2009-10-04 gfx Remove old, unused variables
2009-10-03 gfx Cleanup
2009-10-01 gfx Fix some code for new APIs
2009-09-30 gfx A tiny tweak
2009-09-30 gfx Remove debugging code
2009-09-30 gfx Deprecate two internal methods: coerce_constraint(...
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Fix subtype()
2009-09-30 gfx Refactor type constraints
2009-09-29 gfx Fix an issue that breaks backward compatibility
2009-09-29 gfx Fix union types and coercion
2009-09-29 gfx Remove 'Role' type from the document
2009-09-29 gfx Rewrite type constraint parser for union parameter...
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-24 gfx Fix class_type
2009-09-24 gfx Move features used only for testing to t/lib/Test/Mouse.pm
2009-09-23 gfx Tweaks for type constraints.
2009-09-23 gfx Fix type constraint issue
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Add various things
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-17 gfx Improve type constraint stuff
2009-09-15 gfx Improve type constraint stuff
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 markstos Improve documentation for type constraints.
2009-04-03 wu-lee Type coercions should be added to the front of the...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-03 wu-lee Correct error message to include 'Maybe' as implemented...
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Daisuke Maki (lest... look under %TYPE first
2009-04-02 Daisuke Maki (lest... Export find_type_constraint
2009-04-02 Daisuke Maki (lest... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-03-07 Daisuke Maki Make coercion work for parameterized types
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Fix prototype on message {...}
2009-02-03 Shawn M Moore Use Exporter for Mouse::Util::TypeConstraints
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore You can redefine types in the original package
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore Style
2008-12-22 Shawn M Moore Rename the has from %SUBTYPE to %TYPE
2008-12-22 Shawn M Moore "type" sugar for when you're not subtyping anything
next