File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 44 changes in development releases, see the "Changes" file instead.
55=======================================================================
66
7+
8+ NOTICE: Type::Tiny 3 is expected to be released in the second half of 2026.
9+ It is likely to introduce coercions to some common type constraints such as
10+ HashRef, ArrayRef, and Str. If your code specifically relies on these types
11+ not having coercions, you may need to change your code. (The `no_coercions`
12+ method can give you a copy of any type minus all coercions.)
13+
14+
15+ 2025-12-30 Type-Tiny version 2.010000 released!
16+
17+ - Type::Tiny now has a `check_coerce` method.
18+ - Type::Params named argument objects now provide `__TO_*__` methods.
19+
7202025-03-31 Type-Tiny version 2.008000 released!
821
922 - Better sanity checking.
You can’t perform that action at this time.
0 commit comments