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