=== 0.0.7 2010-10-28 * 1 major enhancement: * Applications are no longer pre-compiled when pages are saved * 2 minor enhancements: * All namespaces declared with Fabulator.namespace() have a debug() method that will call console.log() if it exists * Updated README for rake tasks === 0.0.6 2010-10-26 * 2 major enhancement: * Added fabulator:resources tag for radiant layouts to include needed css and javascript in headers without the site developer having to know all of the css/javascripts needed by fabulator extensions. * Allow extensions to provide XSLT for transforming Fabulator markup === 0.0.5 2010-09-11 * 1 major enhancement: * Library management under Fabulator tab N.B.: This update requires a database migration to add the library table. === 0.0.4 2010-09-07 * 1 major enhancement: * New Fabulator pages should save without requiring a blank page first * 1 minor enhancement: * Bumped required version of Fabulator to 0.0.7 === 0.0.3 2010-08-17 * 2 minor enhancement: * Fix truth logic for choose:when radiant tag * Add 'as' attribute for for-each radiant tag - aliases the current topic with the variable named by the 'as' attribute * The form radiant tag now correctly communicates to the template engine the path to the base node for adding default values to a form === 0.0.2 2010-08-10 * 1 major enhancement: * Cleanup a few things that came up in a clean install === 0.0.1 2010-02-23 * 1 major enhancement: * Initial release