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