- Code Coverage 0.3 - relies on Griffon's new testing facilities, carbon copied from Grails 1.2. There is no longer a test-app-cobertura script, instead pass a -coverage argument to test-app. As a side effect code coverage will not be possible when using either FEST or Easyb plugins; this will be fixed shortly.
- Lang Bridge 0.2
- renamed src/interfaces to src/commons.
- renamed script CompileInterfaces to CompileCommons.
- Scala 0.4
- checks if sources need to be compiled using Ant's uptodate facilities.
- upgraded bundled libs to Scala 2.7.5.final
- FxBuilder 0.2
- checks if sources need to be compiled using Ant's uptodate facilities.
- auto-injects javafx-rt.jnlp on deploy, this means you'll now be able to package a Griffon/JavaFx application in applet/webstart modes.
- FxBuilder has better support for using SwingBuilder.bind() with JavaFx classes and POGOs, however you can't use bind() with two JavaFx classes (yet).
- Clojure 0.2
- checks if sources need to be compiled using Ant's uptodate facilities.
- enable load of clojure scripts at runtime.
Keep on Groovying!