Daniel Dekany | 27 Apr 2007 16:41
Picon
Favicon

FMPP 0.9.12 is released

Download:
http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.12.tar.gz
(or http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.12.zip)

Changes
-------

Bugfixes:

* Warning! Incompatible change! In TDD files value types were
  incorrectly forced to string if they were inside an explicitly
  defined hash (i.e. inside { and }). Like {x: 1, y: false} was
  interpreted as {x: "1", y: "false"}, that is, both values were
  strings. From now it is interpreted correctly, so with the above
  example x will be the number 1 and y will be the boolean false.

New features, improvements:

* New data loader: tddSequence for loading a TDD file as a TDD
  sequence (i.e. list) rather than as a TDD hash (i.e. map).

* Updated freemarker.jar to 2.3.10, and bhs.jar (BeanShell) to 2.0b4
  in the distribution pack.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
(Continue reading)


Gmane