source: text-formbuilder/trunk/Changes @ 96

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

added the 0.14 release date to the Changes file

File size: 3.0 KB
RevLine 
[90]1Release history for Text::FormBuilder.
[19]2
[93]30.14 - 14 Mar 2011
[91]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
[90]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
[88]14    * BUGFIX: stopped crosstalk of data from one object to another
[87]15    * added !fb directive to set FB constructor parameters directly;
16      uses YAML to hold strucutred data
17   
[85]180.11 - 12 May 2005
[84]19    * added support for the 'multiple' attribute on fields
[82]20    * added as_script and as_module methods that just return the
21      Perl code
[81]22    * added a !reset directive to name and include a reset button
[80]23    * added a !submit directive to rename the submit button or to
24      have multiple submit buttons
25   
[78]260.10 - 25 Mar 2005
[66]27    * added support for fields with 'other' (requires FB 3.02)
[78]28    * added support for limited growth 'growable' fields (requires FB 3.02)
[73]29    * allow end of field line comments in the formspec
[72]30    * addded an external_css option to include external stylesheets
[73]31    * using <fieldset> tags instead of <h2> to mark form sections
32    * group fields can have comments
[74]33    * deprecated the !field directive
[66]34   
350.09 - 10 Mar 2005
[56]36    * single-line textfields can be given a maxlength
[57]37    * BUGFIX: !note and !description blocks can now
38      contain "unbalanced" quotes (fixed the gramamr)
[64]39    * removed dynamic lists from the grammar
[56]40   
[53]410.08 - 10 Jan 2005
[52]42    * failure to load Perl::Tidy is no longer fatal
43    * create_form tries to emit tidy code
[53]44    * separated basic parser using code out into a separate
45      Class::ParseText::Base base class
[52]46   
[50]470.07 - 16 Dec 2004
[42]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
[40]53    * added write_script method to write a skeleton CGI
54      script around the FormBuilder object
[46]55    * added external documentation of usage examples
[50]56    * added a !note directive for inserting arbitrary text
57      between lines in the form
[40]58   
590.06 - 19 Nov 2004
[23]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
[34]63      characters not in [\w\t ]
[23]64    * generated code leaves out overwrriten options
65    * allow option lists to have simple multiword and quoted
66      string values
[24]67    * allow for validated but not required fields
[30]68    * added a !section directive that splits up a form into
69      sub-tables with their own ids and captions
[32]70    * fall through to CGI::FormBuilder builtin option lists
71      if @LIST does not match a list directive
[34]72    * customizable messages similar to CGI::FormBuilder
73    * customizable charset for the generated HTML page
[23]74   
[19]750.05 -  9 Nov 2004
76    * First CPAN release
Note: See TracBrowser for help on using the repository browser.