source: text-formbuilder/trunk/Changes @ 73

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

updated Changes file
can have a hint comment on group fields (displayed after all the subfields)
'#' comments can appear at the end of lines in group field lines

File size: 2.1 KB
Line 
1Release history for Text::FormBuilder.
2
30.10
4    * added support for fields with 'other' (requires FB 3.02)
5    * added support for limited growth 'growable' fields
6    * allow end of field line comments in the formspec
7    * addded an external_css option to include external stylesheets
8    * using <fieldset> tags instead of <h2> to mark form sections
9    * group fields can have comments
10   
110.09 - 10 Mar 2005
12    * single-line textfields can be given a maxlength
13    * BUGFIX: !note and !description blocks can now
14      contain "unbalanced" quotes (fixed the gramamr)
15    * removed dynamic lists from the grammar
16   
170.08 - 10 Jan 2005
18    * failure to load Perl::Tidy is no longer fatal
19    * create_form tries to emit tidy code
20    * separated basic parser using code out into a separate
21      Class::ParseText::Base base class
22   
230.07 - 16 Dec 2004
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
29    * added write_script method to write a skeleton CGI
30      script around the FormBuilder object
31    * added external documentation of usage examples
32    * added a !note directive for inserting arbitrary text
33      between lines in the form
34   
350.06 - 19 Nov 2004
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
39      characters not in [\w\t ]
40    * generated code leaves out overwrriten options
41    * allow option lists to have simple multiword and quoted
42      string values
43    * allow for validated but not required fields
44    * added a !section directive that splits up a form into
45      sub-tables with their own ids and captions
46    * fall through to CGI::FormBuilder builtin option lists
47      if @LIST does not match a list directive
48    * customizable messages similar to CGI::FormBuilder
49    * customizable charset for the generated HTML page
50   
510.05 -  9 Nov 2004
52    * First CPAN release
Note: See TracBrowser for help on using the repository browser.