1 | Release history for Text::FormBuilder. |
---|
2 | |
---|
3 | 0.11 - 12 May 2005 |
---|
4 | * added support for the 'multiple' attribute on fields |
---|
5 | * added as_script and as_module methods that just return the |
---|
6 | Perl code |
---|
7 | * added a !reset directive to name and include a reset button |
---|
8 | * added a !submit directive to rename the submit button or to |
---|
9 | have multiple submit buttons |
---|
10 | |
---|
11 | 0.10 - 25 Mar 2005 |
---|
12 | * added support for fields with 'other' (requires FB 3.02) |
---|
13 | * added support for limited growth 'growable' fields (requires FB 3.02) |
---|
14 | * allow end of field line comments in the formspec |
---|
15 | * addded an external_css option to include external stylesheets |
---|
16 | * using <fieldset> tags instead of <h2> to mark form sections |
---|
17 | * group fields can have comments |
---|
18 | * deprecated the !field directive |
---|
19 | |
---|
20 | 0.09 - 10 Mar 2005 |
---|
21 | * single-line textfields can be given a maxlength |
---|
22 | * BUGFIX: !note and !description blocks can now |
---|
23 | contain "unbalanced" quotes (fixed the gramamr) |
---|
24 | * removed dynamic lists from the grammar |
---|
25 | |
---|
26 | 0.08 - 10 Jan 2005 |
---|
27 | * failure to load Perl::Tidy is no longer fatal |
---|
28 | * create_form tries to emit tidy code |
---|
29 | * separated basic parser using code out into a separate |
---|
30 | Class::ParseText::Base base class |
---|
31 | |
---|
32 | 0.07 - 16 Dec 2004 |
---|
33 | * added a create_form exported method to "do the right |
---|
34 | thing" in simple cases |
---|
35 | * added parse_array method to parse an array of lines making |
---|
36 | up a formspec |
---|
37 | * inline field groups via the !group and !field directives |
---|
38 | * added write_script method to write a skeleton CGI |
---|
39 | script around the FormBuilder object |
---|
40 | * added external documentation of usage examples |
---|
41 | * added a !note directive for inserting arbitrary text |
---|
42 | between lines in the form |
---|
43 | |
---|
44 | 0.06 - 19 Nov 2004 |
---|
45 | * marked Parse::RecDescent as an explicit dependency |
---|
46 | * added a single-quoted string to the grammar that |
---|
47 | can be used in the labels and default values to include |
---|
48 | characters not in [\w\t ] |
---|
49 | * generated code leaves out overwrriten options |
---|
50 | * allow option lists to have simple multiword and quoted |
---|
51 | string values |
---|
52 | * allow for validated but not required fields |
---|
53 | * added a !section directive that splits up a form into |
---|
54 | sub-tables with their own ids and captions |
---|
55 | * fall through to CGI::FormBuilder builtin option lists |
---|
56 | if @LIST does not match a list directive |
---|
57 | * customizable messages similar to CGI::FormBuilder |
---|
58 | * customizable charset for the generated HTML page |
---|
59 | |
---|
60 | 0.05 - 9 Nov 2004 |
---|
61 | * First CPAN release |
---|