Skip to content

Releases: fugerit-org/fj-doc

2023-01.4

22 Jan 20:53
36b6d2e
Compare
Choose a tag to compare

0.8.2 (2023-01-22)

  • Updated fj-core version to 0.8.8
  • Improved playground

2023-01.3

15 Jan 15:06
Compare
Choose a tag to compare

0.8.1 (2023-01-15)

  • Added methods to DocProcessContext for DocBase and DocType availability.
  • Added access to DocConfig static variables in Freemarker Chain process
  • Added new info doc-version-compatibility for handling behaviours in 1-x e 2-x doc versions.
  • Added a sample documents catalog to the fj-doc-sample modules (accessible in the playgound application too)

2023-01.2

07 Jan 13:02
Compare
Choose a tag to compare

0.8.0 (2023-01-07)

2023-01.1

04 Jan 11:42
Compare
Choose a tag to compare

0.7.2 (2023-01-04)

  • Fixed xml validation in DocXmlParser
  • Added validation in DocJsonParser and DocYamlParser (though conversion
    to XML)
  • The xml parsing is now namespace aware (experimental)
  • More functionalities in playground

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)