source: text-formbuilder/trunk/Changes @ 40

Last change on this file since 40 was 40, checked in by peter, 19 years ago

updated changelog

File size: 935 bytes
Line 
1Release history for Text::FormBuilder.
2
30.07
4    * added write_script method to write a skeleton CGI
5      script around the FormBuilder object
6   
70.06 - 19 Nov 2004
8    * marked Parse::RecDescent as an explicit dependency
9    * added a single-quoted string to the grammar that
10      can be used in the labels and default values to include
11      characters not in [\w\t ]
12    * generated code leaves out overwrriten options
13    * allow option lists to have simple multiword and quoted
14      string values
15    * allow for validated but not required fields
16    * added a !section directive that splits up a form into
17      sub-tables with their own ids and captions
18    * fall through to CGI::FormBuilder builtin option lists
19      if @LIST does not match a list directive
20    * customizable messages similar to CGI::FormBuilder
21    * customizable charset for the generated HTML page
22   
230.05 -  9 Nov 2004
24    * First CPAN release
Note: See TracBrowser for help on using the repository browser.