source: text-formbuilder/trunk/Changes

Last change on this file was 93, checked in by peter, 12 years ago

added the 0.14 release date to the Changes file

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