version 1.0201
[p5sagit/Function-Parameters.git] / Changes
1 Revision history for Function-Parameters
2
3 1.0201  2013-08-13
4         - custom (per-keyword) type reification
5         - actually use documented defaults for custom keywords
6
7 1.0104  2013-06-16
8         - support unicode in custom keywords
9         - actually validate default attributes
10
11 1.0103  2013-06-09
12         - properly allow non-moose-based custom type constraints (#85851)
13
14 1.0102  2013-03-08
15         - prepare for internals changes in the upcoming 5.18 release
16           (https://rt.cpan.org/Ticket/Display.html?id=83439)
17         - only allocate memory after recognizing a keyword like 'fun'
18           (might speed up parsing a little)
19
20 1.0101  2013-02-05
21         - new reflection API to inspect parameter information of functions
22         - Moose types in parameter lists
23         - more tests
24
25 1.0004  2012-11-26
26         - fix test relying on hash ordering
27
28 1.0003  2012-11-19
29         - clean up internals
30         - fix build errors on some platforms
31         - fix module metadata
32         - some more tests
33
34 1.00    2012-11-01
35         - add named parameters with ':$foo, :$bar' syntax
36         - rewrite documentation
37         - more tests (some of them copied from similar modules on CPAN)
38
39 0.10    2012-10-21
40         - add ':strict' import target
41         - support $invocant: parameter syntax
42
43 0.09    2012-10-14
44         - fix wrong line number for statement immediately following a function
45
46 0.08    2012-07-19
47         - support UTF-8 in function/parameter names
48         - better detection of invalid prototypes
49
50 0.07    2012-06-25
51         - completely rework internals to generate optrees directly
52           (no more generating/reparsing source)
53         - simplify / fewer dependencies
54         - new feature: default arguments (on by default)
55         - new feature: strict argument count checks (off by default)
56                        enabled by "*_strict" variants of symbolic types
57
58 0.06    2012-06-19
59         - complete rewrite in XS
60         - require perl 5.14+
61         - hopefully fix bug where it would get the line numbers wrong
62         - we're a lexical pragma now; remove import_into()
63         - more fine-grained control over behavior of generated keywords:
64            * function name can be optional/required/prohibited
65            * invocant name can be any variable, not just $self
66            * default attributes (and method now defaults to ':method')
67
68 0.05    2011-08-02
69         - complete rewrite
70         - hopefully fix bug where it would swallow compilation errors or get the line numbers wrong
71         - method keyword!
72         - more flexible keyword customization
73
74 0.04    2010-03-03
75         - allow renaming the function keyword
76         - provide import_into so you can mess with other packages
77
78 0.03    2009-12-14
79         First version, released on an unsuspecting world.
80