|
1 | | -0.8.0 (2023-01-07) |
| 1 | +0.8.9 (2023-02-20) |
| 2 | +------------------ |
| 3 | ++ [Upgraded quarkus version to 3.0.0.Alpha4](https://github.com/fugerit-org/fj-doc/issues/29) |
| 4 | ++ Fix chatset handling for csv type handler |
| 5 | ++ Fix to alternate text for json and yaml sample |
| 6 | + |
| 7 | + |
| 8 | +0.8.8 (2023-02-11) |
| 9 | +------------------ |
| 10 | ++ [Fix javadoc build for java 17](https://github.com/fugerit-org/fj-doc/issues/26) |
| 11 | ++ [Jackson core need to be upgraded 2.14.1](https://github.com/fugerit-org/fj-doc/issues/9) |
| 12 | ++ update fj-core version to 0.8.12 |
| 13 | + |
| 14 | + |
| 15 | +0.8.7 (2023-02-08) |
| 16 | +------------------ |
| 17 | ++ [Fix Javadoc generations with older versions of jdk 11 fails](https://github.com/fugerit-org/fj-doc/issues/24) |
| 18 | + |
| 19 | +0.8.6 (2023-02-06) |
| 20 | +------------------ |
| 21 | ++ Added meta informations to samples documents |
| 22 | ++ Added new sample catalog entry from playground |
| 23 | ++ Playground tests disabled by default |
| 24 | ++ Playground not included in release |
| 25 | + |
| 26 | +0.8.5 (2023-01-31) |
| 27 | +------------------ |
| 28 | ++ [fj-doc-base - Extend charset provider capabilities](https://github.com/fugerit-org/fj-doc/issues/22) |
| 29 | + |
| 30 | +0.8.4 (2023-01-27) |
| 31 | +------------------ |
| 32 | ++ [fj-doc-base - Enable charset selection for DocTypeHandlerXML](https://github.com/fugerit-org/fj-doc/issues/17) |
| 33 | + |
| 34 | +0.8.3 (2023-01-24) |
| 35 | +------------------ |
| 36 | ++ [fj-doc-mod-fop - need to create FopConfigClassLoaderWrapper with default ResourceResolver](https://github.com/fugerit-org/fj-doc/issues/15) |
| 37 | + |
| 38 | +0.8.2 (2023-01-22) |
| 39 | +------------------ |
| 40 | ++ Updated fj-core version to 0.8.8 |
| 41 | ++ Improved playground |
| 42 | + |
| 43 | +0.8.1 (2023-01-15) |
| 44 | +------------------ |
| 45 | ++ Added methods to DocProcessContext for DocBase and DocType availability. |
| 46 | ++ Added access to DocConfig static variables in Freemarker Chain process |
| 47 | ++ Added new info doc-version-compatibility for handling behaviours in 1-x e 2-x doc versions. |
| 48 | ++ Added a sample documents catalog to the fj-doc-sample modules (accessible in the playgound application too) |
| 49 | + |
| 50 | +0.8.0 (2023-01-07) |
2 | 51 | ------------------ |
3 | 52 | + Added a new module for generating documentation [fj-doc-lib-autodoc](https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-lib-autodoc) |
4 | 53 | + Published new version of [doc-2-0.xsd](https://venusdocs.fugerit.org/fj-doc-base/src/main/resources/config/doc-2-0.xsd), [see doc xsd changelog](https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-base/DocXsdChangelog.md) |
@@ -390,4 +439,4 @@ syntax) |
390 | 439 |
|
391 | 440 | 0.3.0.0 (2020-03-31) |
392 | 441 | -------------------- |
393 | | -+ Java 8 is the minimum version supported |
| 442 | ++ Java 8 is the minimum version supported |
0 commit comments