Skip to content

Releases: fugerit-org/fj-doc

2023-01.0

02 Jan 13:04
Compare
Choose a tag to compare

0.7.1 (2023-01-02)

  • Added conversion utility from json/yaml to xml
  • Added xml to json/yaml conversion
    conventions
  • More functionalities in playground
  • Upgrade playground to quarkus 3.0.0.Alpha2

2022-12.8

29 Dec 16:26
Compare
Choose a tag to compare

0.7.0 (2022-12-29)

  • Added module for using json a document generator fj-doc-base-json (based on jackson)
  • Added module for using yaml a document generator fj-doc-base-yaml (based on jackson)
  • Added playground module fj-doc-playground-quarkus (based on quarkus)
  • Better pdf validation handling
  • Updated fj-core version to 0.8.6

2022-12.7

23 Dec 18:54
Compare
Choose a tag to compare

0.6.2 (2022-12-23)

  • The fj-doc-val has been split in modules, to optimize dependencies

2022-12.6

22 Dec 15:22
Compare
Choose a tag to compare

0.6.1 (2022-12-22)

  • Added doc(x) and xls(x) validators
  • Corrected type in package name

2022-12.5

20 Dec 21:47
Compare
Choose a tag to compare

0.6.0 (2022-12-20)

  • Added compatibility check for Tiff Image Validator (required java 9+
    at runtime)
  • Now fj-doc requires java9+ at build time (will be build with java 11),
    java8 at runtime (some functionalities will not works)
  • Updated fj-core version to 0.8.5

2022-12.4

19 Dec 21:42
Compare
Choose a tag to compare

0.5.11 (2022-12-19)

  • Added doc type validation module (fj-doc-val)

2022-12.3

12 Dec 15:52
Compare
Choose a tag to compare

0.5.10 (2022-12-12)

  • Added support for maximum table width and doc language in simpletable module

2022-12.2

11 Dec 20:26
Compare
Choose a tag to compare

0.5.9 (2022-12-11)

  • Added support for style and align in simpletable module

2022-12.1

11 Dec 20:27
Compare
Choose a tag to compare

0.5.8 (2022-12-10)

  • Added support for border width in simpletable module

0.5.7 (2022-12-09)

  • Updated fj-core version to 0.8.4
  • Updated fj-bom version to 0.2.3
  • Added facade for creating new SimpleTable

2022-12.0

05 Dec 15:35
Compare
Choose a tag to compare

0.5.6 (2022-12-05)

  • Changed base path of freemarker config to avoid conflict
  • Changed base path of mod fop config to avoid conflict
  • Added module fj-doc-lib-simpletable (with samples, basic documentation
    and junit)