File: NEWS

package info (click to toggle)
libtype-tiny-perl 1.012001-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,432 kB
  • sloc: perl: 12,688; makefile: 2; sh: 1
file content (27 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=======================================================================
   This file contains a high-level summary of changes between recent
   stable releases of Type-Tiny. For a more detailed list, including
   changes in development releases, see the "Changes" file instead.
=======================================================================

2019-12-11 Type-Tiny version 1.008000 released!

 - Type::Tiny has a website. <http://typetiny.toby.ink/>
 - Resolved all bugs from RT.
 - Completed everything on TODO.
 - Rewrite of the manual.
 - Lots more test cases. (Now almost 14,000 test cases total!)
 - wrap_methods/wrap_subs in Type::Params.

2020-02-19 Type-Tiny version 1.010000 released!

 - Recursive definition of type constraints.

2020-10-28 Type-Tiny version 1.012000 released!

 - List processing methods (grep, map, etc).
 - Type::Utils::is() and Type::Utils::assert().
 - Improvements to Types::TypeTiny.
 - Type::Params now provides an ArgsObject type.
 - ArrayLike and HashLike types now parameterizable.
 - Type::Library -extends and -utils flags.