summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-07-18 18:36:26 +0200
committerJonas Smedegaard <dr@jones.dk>2013-07-18 18:36:26 +0200
commite9e0996971f03804dce8fc3fa768bbb6ba3652e0 (patch)
tree09b88d60807e589c1d3c742417965bc23041e1d8 /Changes
parent6960ec6ef057f11af143319de409663e49264812 (diff)
parent61cb0d21e2680291cf221446713222bdefa14552 (diff)
Imported Upstream version 0.016
Diffstat (limited to 'Changes')
-rw-r--r--Changes51
1 files changed, 51 insertions, 0 deletions
diff --git a/Changes b/Changes
index e5a05ce1..770d9cf8 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,57 @@ Home page: <https://metacpan.org/release/Type-Tiny>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>
Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
+0.016 2013-07-16
+
+ - (Documentation) Add some pod links.
+ - (Documentation) Updated NEWS file.
+
+0.015_05 2013-07-15
+
+ - Experimentally drop required version of Perl from 5.8.1 to 5.6.1. I've
+ not been able to extensively test Type-Tiny on Perl 5.6.x, but I believe
+ it should mostly work. (The only feature that seems unlikely to work is
+ non-ASCII names for type constraints and coercions.)
+ - Stop monkey-patching Moose::Meta::TypeContraint; it's not necessary and
+ has never been documented.
+
+0.015_04 2013-07-13
+
+ - (Bugfix Documentation) Clarify when inlining via Sub::Quote may be less
+ efficient than hand-written inlining.
+ Fixes RT#86893
+ ++$TIMB
+ - (Bugfix Documentation) Mention in Type::Tiny::Manual::Libraries that the
+ `extends` function is no longer exported by default; update example
+ code.
+ Fixes RT#86813
+ ++"Pierre Masci"
+ - (Bugfix) Allow an inline_as block to return a list of strings (which are
+ implictly joined with &&); allow the first item on the list to be undef,
+ which is treated as the inlined parent type constraint.
+ Fixes RT#86891
+ ++$TIMB
+
+0.015_03 2013-07-08
+
+ - (Addition) Implement TIESCALAR, TIEARRAY and TIEHASH methods for
+ Type::Tiny; this improves Type::Tie integration.
+ - Slight speed improvements for `compile_match_on_type`.
+ - The `dwim_type` function now prioritizes lookups within the caller
+ class' type registry over Types::Standard's built-in types.
+
+0.015_02 2013-07-06
+
+ - Better test cases for `dwim_type`.
+ - Improvements to DWIMness of Type::Parser for the benefit of `dwim_type`.
+
+0.015_01 2013-07-05
+
+ - (Addition) Type::Utils now provides a `dwim_type` function; this is
+ powered by a hidden Type::Registry::DWIM package.
+ - Type::Parser can now pull in types from MooseX::Types libraries
+ properly.
+
0.014 2013-06-28
- (Documentation) Updated NEWS file.