Dynamo 0.0.4 Released

April 10th, 2008

This version adds the DynamoCsvQuery() function.  This new function returns CSV (Comma Seperated Value) data.  This is useful for saving queries into CSV format for use in spreadsheets.

Dynamo 0.0.3 Released

November 18th, 2006

This new version includes the ability to specify a different CSS class for the output (the default is “dynamo”). The dynamoTableQuery() function was updated to allow the display of a header row.

Dynamo 0.0.2 Released

May 9th, 2006

Dynamo 0.0.2 is now available.  I added the DynamoColTableQuery() function, which displays the results of a query as an HTML table with the specified number of columns.  See the documentation for more information.

Dynamo 0.0.1 (First Public Release)

May 6th, 2006

I am releasing Dynamo 0.0.1 today. This is the very first public release of this library. Output uses very simple HTML right now. Feel free to style it up with CSS or hack the functions to add your style.

Enjoy!