reformat prototypes in sample code
[p5sagit/Function-Parameters.git] / Changes
1 Revision history for Function-Parameters
2
3 0.06_01 2012-06-24
4         - completely rework internals to generate optrees directly
5         - no more reparsing source
6         - simplify / fewer dependencies
7         - new feature: default arguments (on by default)
8         - new feature: strict argument count checks (off by default)
9                        enabled by "*_strict" variants of symbolic types
10
11 0.06    2012-06-19
12         - complete rewrite in XS
13         - require perl 5.14+
14         - hopefully fix bug where it would get the line numbers wrong
15         - we're a lexical pragma now; remove import_into()
16         - more fine-grained control over behavior of generated keywords:
17            * function name can be optional/required/prohibited
18            * invocant name can be any variable, not just $self
19            * default attributes (and method now defaults to ':method')
20
21 0.05    2011-08-02
22         - complete rewrite
23         - hopefully fix bug where it would swallow compilation errors or get the line numbers wrong
24         - method keyword!
25         - more flexible keyword customization
26
27 0.04    2010-03-03
28         - allow renaming the function keyword
29         - provide import_into so you can mess with other packages
30
31 0.03    2009-12-14
32         First version, released on an unsuspecting world.
33