source: text-formbuilder/trunk/Changes @ 52

Last change on this file since 52 was 52, checked in by peichman, 19 years ago

failure to load Perl::Tidy is no longer fatal
create_form tries to emit tidy code
expanded documentation for bin/fb.pl

File size: 1.4 KB
Line 
1Release history for Text::FormBuilder.
2
30.08
4    * failure to load Perl::Tidy is no longer fatal
5    * create_form tries to emit tidy code
6   
70.07 - 16 Dec 2004
8    * added a create_form exported method to "do the right
9      thing" in simple cases
10    * added parse_array method to parse an array of lines making
11      up a formspec
12    * inline field groups via the !group and !field directives
13    * added write_script method to write a skeleton CGI
14      script around the FormBuilder object
15    * added external documentation of usage examples
16    * added a !note directive for inserting arbitrary text
17      between lines in the form
18   
190.06 - 19 Nov 2004
20    * marked Parse::RecDescent as an explicit dependency
21    * added a single-quoted string to the grammar that
22      can be used in the labels and default values to include
23      characters not in [\w\t ]
24    * generated code leaves out overwrriten options
25    * allow option lists to have simple multiword and quoted
26      string values
27    * allow for validated but not required fields
28    * added a !section directive that splits up a form into
29      sub-tables with their own ids and captions
30    * fall through to CGI::FormBuilder builtin option lists
31      if @LIST does not match a list directive
32    * customizable messages similar to CGI::FormBuilder
33    * customizable charset for the generated HTML page
34   
350.05 -  9 Nov 2004
36    * First CPAN release
Note: See TracBrowser for help on using the repository browser.