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