fix off-by-one error in documentation example
[p5sagit/Function-Parameters.git] / Changes
CommitLineData
7a63380c 1Revision history for Function-Parameters
2
5efe0e0e 30.09 2012-10-14
4 - fix wrong line number for statement immediately following a function
5
b2af7762 60.08 2012-07-19
7 - support UTF-8 in function/parameter names
8 - better detection of invalid prototypes
9
4d1b715a 100.07 2012-06-25
d45c9037 11 - completely rework internals to generate optrees directly
4d1b715a 12 (no more generating/reparsing source)
d45c9037 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
1d143321 180.06 2012-06-19
2d793d8d 19 - complete rewrite in XS
1d143321 20 - require perl 5.14+
2d793d8d 21 - hopefully fix bug where it would get the line numbers wrong
0442d415 22 - we're a lexical pragma now; remove import_into()
1d143321 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')
2d793d8d 27
658bdb8b 280.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
0442d415 33
51583f53 340.04 2010-03-03
35 - allow renaming the function keyword
36 - provide import_into so you can mess with other packages
0442d415 37
7a63380c 380.03 2009-12-14
39 First version, released on an unsuspecting world.
40