summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-04-19 11:32:10 +0200
committerJonas Smedegaard <dr@jones.dk>2013-04-19 11:32:10 +0200
commitf31099db10f0107e68302d83352ee2cc28333731 (patch)
tree5520a1f3a2804cfa4f9d6aaba34daa6ebcbf7e7e /Changes
parent3072a6927d69286aee991508a57aad75b943570c (diff)
Imported Upstream version 0.001
Diffstat (limited to 'Changes')
-rw-r--r--Changes19
1 files changed, 16 insertions, 3 deletions
diff --git a/Changes b/Changes
index e300b3b9..c9bdc80a 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,20 @@ 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.001 2013-04-15 # First public release
+
+ - (Addition) More test cases for Optional[`a] within Dict[`a].
+ - (Bugfix) Some inline code assumed that it would be compiled in a package
+ that had 'blessed' imported.
+ - (Bugfix) Some inline code wasn't wrapped in parentheses.
+ - (Documentation) Minor improvements.
+ - Improve test names generated by Test::TypeTiny; allow test scripts to
+ provide test names.
+ - Parameterized type constraints in Types::Standard now do some sanity
+ checking on their arguments.
+ - Weaken the reference from a Moose::Meta::TypeConstraint object to its
+ Type::Tiny origin.
+
0.000_12 2013-04-12
- (Documentation) Fix minor typo.
@@ -13,9 +27,8 @@ Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
0.000_11 2013-04-11
- (Bugfix) Fix prototype for Type::Utils::as.
- - BIG, AWESOME CHANGE: no longer need to pass '-moose' parameter when
- importing a library into a Moose class; only Mouse needs that treatment
- now.
+ - No longer need to pass '-moose' parameter when importing a library into
+ a Moose class; only Mouse needs that treatment now.
0.000_10 2013-04-09