source: text-formbuilder/trunk/Changes @ 53

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

separated basic parser using code out into a separate Class::ParseText::Base base class; updated docs, manifest, and changelog

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