version bump
[p5sagit/Function-Parameters.git] / Changes
CommitLineData
7a63380c 1Revision history for Function-Parameters
2
e1e43949 31.00 2012-11-01
4 - add named parameters with ':$foo, :$bar' syntax
5 - rewrite documentation
6 - more tests (some of them copied from similar modules on CPAN)
7
e33f970b 80.10 2012-10-21
9 - add ':strict' import target
10 - support $invocant: parameter syntax
11
5efe0e0e 120.09 2012-10-14
13 - fix wrong line number for statement immediately following a function
14
b2af7762 150.08 2012-07-19
16 - support UTF-8 in function/parameter names
17 - better detection of invalid prototypes
18
4d1b715a 190.07 2012-06-25
d45c9037 20 - completely rework internals to generate optrees directly
4d1b715a 21 (no more generating/reparsing source)
d45c9037 22 - simplify / fewer dependencies
23 - new feature: default arguments (on by default)
24 - new feature: strict argument count checks (off by default)
25 enabled by "*_strict" variants of symbolic types
26
1d143321 270.06 2012-06-19
2d793d8d 28 - complete rewrite in XS
1d143321 29 - require perl 5.14+
2d793d8d 30 - hopefully fix bug where it would get the line numbers wrong
0442d415 31 - we're a lexical pragma now; remove import_into()
1d143321 32 - more fine-grained control over behavior of generated keywords:
33 * function name can be optional/required/prohibited
34 * invocant name can be any variable, not just $self
35 * default attributes (and method now defaults to ':method')
2d793d8d 36
658bdb8b 370.05 2011-08-02
38 - complete rewrite
39 - hopefully fix bug where it would swallow compilation errors or get the line numbers wrong
40 - method keyword!
41 - more flexible keyword customization
0442d415 42
51583f53 430.04 2010-03-03
44 - allow renaming the function keyword
45 - provide import_into so you can mess with other packages
0442d415 46
7a63380c 470.03 2009-12-14
48 First version, released on an unsuspecting world.
49