== 1.4.1 2008-06-21 * rstakeout: fixed !# ruby * newjs: creates src/proj_name.js.erb to show its a template, not a js file == 1.4.0 2008-05-03 * javascript_test: nested folders for tests; e.g. javascript_test models/game -> test/javascript/models/game_test.html * javascript_test: rake tasks/js_autotest - support nested folders for tests * javascript_test: -f/--framework=[jquery|prototype] - deploys + includes external framework * javascript_test: -l/--library - creates a name.js stub file * install_website: txt webpages are processed through ERb == 1.3.7 2008-03-04 * Update to jsunittest 0.6.3 with IE6/7 fixes == 1.3.6 2008-02-21 * rails/javascript_test: mounts public/javascripts not src == 1.3.5 2008-02-20 * Arrg - upgrading to rubigen 1.2.2 == 1.3.4 2008-02-20 * update jsunittest.js to 0.6.1 == 1.3.3 2008-02-20 * Push out rubigen 1.2.1 with its bug fixes for APP_ROOT * generate/destroy apply expand_path to APP_ROOT == 1.3.2 2008-02-20 * remove options from 'env ruby' in newjs bin == 1.3.1 2008-02-18 * rails/javascript_test: unpacks rstakeout/js_autotest too == 1.3.0 2008-02-18 * rails: javascript_test generator - creates HTML test, plus installs assets + rake tasks * install_website: txt2html uses RUBYFORGE_PROJECT for downloads url == 1.2.0 2008-02-18 MAJOR CHANGE * using jsunittest (http://drnicjavascript.rubyforge.org/jsunittest/) * no prototypejs dependencies == 1.1.0 2008-02-17 MAJOR CHANGE - test files in test/unit HOWTO UPGRADE: * Run 'newjs .' within your project * Take note of differences and apply them to your files * Move all tests to test/unit and add '../' to all