Malt  History.rdoc

File Stats

Last Modified
Thu Nov 04 17:48:11 -0400 2010

Method Index

[Validate]
Generated with RDazzle Newfish 1.4.0

Release History

0.3.0 | 2010-11-04

New release adds a Malt::Machine class that encapsulates all Malt’s class level functionality. This allow Malt to be be more finaly controlled. For example an instance of Malt::Machine can be used to limit rendering to a select set of formats.

Changes:

0.2.0 | 2010-10-22

Malt now support Erector, Markaby, Builder and Mustache templates. Erector, Markaby and Builder are Ruby-based formats —templates are simply Ruby code. This requires them to use instance variables in templates rather than local variables/methods. Somethinfg to keep in mind.

Changes:

0.1.1 | 2010-09-21

This release simple fixes two bugs. One to handle variant arity in format class render methods. Currently the interface can vary dependent on whether they accept interpolation data or not (this will probably be uniform in the future). The other fix raises an error if no engine exists to handle a given format.

Changes:

0.1.0 | 2010-08-23

This if the initial release of Malt. I have no doubt the code base still needs some fine-tuning —hence the 0.1 version, but I have put it to good use with the latest version of Brite, my static website generator, so I know that it is at least is a working state.

Changes: