version bump
[p5sagit/Function-Parameters.git] / Changes
CommitLineData
7a63380c 1Revision history for Function-Parameters
2
4d1b715a 30.07 2012-06-25
d45c9037 4 - completely rework internals to generate optrees directly
4d1b715a 5 (no more generating/reparsing source)
d45c9037 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
1d143321 110.06 2012-06-19
2d793d8d 12 - complete rewrite in XS
1d143321 13 - require perl 5.14+
2d793d8d 14 - hopefully fix bug where it would get the line numbers wrong
0442d415 15 - we're a lexical pragma now; remove import_into()
1d143321 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')
2d793d8d 20
658bdb8b 210.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
0442d415 26
51583f53 270.04 2010-03-03
28 - allow renaming the function keyword
29 - provide import_into so you can mess with other packages
0442d415 30
7a63380c 310.03 2009-12-14
32 First version, released on an unsuspecting world.
33