Release Notes
Version 1.0
Version 1.0 provides support for JavaFX 1.3 as well as adding the help and jar goals.
Complete List of Issues Fixed
- upgraded to JUnit 4.7 and reorganized unit tests and increased code coverage
- added help goal
- added documentation to cover the supported javafxdoc tags
- Issue #2974182 added jar goal
- added profile plugin parameter
- tested compatability against JavaFX 1.3 and JavaFX 1.2.3
Version 0.9
Version 0.9 provides support for the standard doclet options and fixes some bugs with respect to using the plugin in the build and reporting sections of the pom.
Complete List of Issues Fixed
- updated unit test coverage of the javafxdoc goal class, fixed a bug in the unit test when validating the basic files
- added example showing how to mix Java and JavaFX sources in the generated documentation
- fixed mojo config due to integration testing, cleaned up the code due to checkstyle and visual inspection
- removed directories that are no longer needed
- simplified the additionalJOptions and additionalXslOptions parameters
- removed code that was no longer needed
- added unit test coverage of protected methods in AbstractJavafxdocMojo
- Issue #2963355 added unit test for -i parameter
- Issue #2963353 added unit tests for the xsl: parameter
- Issue #2963351 added unit test for extrajs parameter
- Issue #2963350 added unit test for the extracss parameter
- Issue #2963347 added unit test for the xsltfile parameter, updated site docs with example
- Issue #2963348 added unit test for mastercss parameter
- Issue #2963345 removed nodeprecated parameter
- Issue #2963344 removed nosince parameter
- Issue #2963341 removed author parameter, added package info for generated classes, added custom checkstyle config
Version 0.7
Version 0.7 provides support for the standard javafxdoc options.
Complete List of Issues Fixed
- updated usage test list
- Issue #2963337 added unit tests for the encoding parameter
- Issue #2963338 manually tested quiet and verbose options, added quiet option to all test cases
- Issue #2963331 added unit test for the breakiterator option, added unit test for generated additional J option parameter class, removed logging in unit test class
- Issue #2963329 added unit test for the exclude parameter
- Issue #2963339 added unit tests for the -J flag, updated code to allow multiple -J options to be specified in the pom, updated site documentation with an example
- improved unit test coverage of class that implements the javafxdoc goal
- Issue #2963327 added unit test for class path generation, updated unit test coverage for util class, removed unnecessary if conditionals, fixed unit test output location copy/paste errors
- Issue #2963326 added unit tests for sourcepath option
- Issue #2963330 added unit tests for subpackages option, simplified some plugin code
- Issue #2963325 added unit test for a custom doclet class
- Issue #2963323 added unit tests for all visibility levels
- Issue #2961636 removed code for overview option, updated documentation reflecting that it is not supported
- added Checkstyle reports, updated classes with style changes
- Issue #2962309 added test for debug parameter, updated site documentation, removed code that is not used
- Issue #2961635 removed unnecessary debug parameter
- Issue #2961635 added -o functionality and tests
- cleaned up source code, added missing types for collections
- Issue #2961634 added unit test for -nohtml option
- Issue #2961273 updated project and class documentation
- updated mailing list information in the pom