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