Skip to content

Releases: adfinis/document-merge-service

v4.2.0

18 Sep 13:17
b56d024
Compare
Choose a tag to compare

Feature

Fix

  • Dont crash when accessing undefined value in template (f2bb378)

v4.1.0

10 Sep 11:20
48b0a9f
Compare
Choose a tag to compare

Feature

  • Support inline images for docx-template (37e4272)

Fix

  • Correctly validate image placeholders (9617bd7)
  • Also add template to context in engine validation (639e9c2)

v4.0.1

28 Apr 13:50
Compare
Choose a tag to compare

Fix

  • Don't reject templates with complex syntax (fb56a42)

v4.0.0-rc.1

13 Mar 11:19
bc6b409
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

Breaking

  • Remove support for external unoconv listeners
    • UNOCONV_SERVER and UNOCONV_PORT are no longer supported configuration options. Please remove
      them from your configuration file.
    • By default an unoconv process gets launched within the container.

Feature

  • Check template for available placeholders (2ac9aeb)
  • Allow to validate docx template on upload (de81044)

Fix

  • Make sure port is always printed as string (dd8f34b)

Documentation

v3.0.0

05 Feb 12:26
66d9c0d
Compare
Choose a tag to compare

Fix

  • Revert automatic conversion, add filter instead (4e91c50)

Breaking

  • Replace tfk-api-unoconv service with unoconv listener (f12f0a2)

    • UNOCONV_LOCAL and UNOCONV_URL are no longer supported configuration options. Please remove
      them from your configuration file.
    • By default an unoconv listener gets launched within the container. To use a different listener
      you can specify UNOCONV_SERVER and UNOCONV_PORT.
  • After gathering some practical experience with the new automatic "Listing"-conversion for
    multiline we noticed that this feature is a little bit too "clever" and breaks many advanced
    use-cases. (4e91c50)

v2.0.0

02 Dec 15:16
Compare
Choose a tag to compare

Fix

  • revert automatic conversion, add filter instead (2107faa)

Breaking

  • After gathering some practical experience with the new automatic "Listing"-conversion for multiline we noticed that this feature is a little bit too "clever" and breaks many advanced use-cases. (2107faa)

v1.0.0

21 Nov 12:13
Compare
Choose a tag to compare

Feature

  • convert to rich-text in nested data (68f33ca)
  • convert to RichText when newlines (2a2a3ae)

Breaking

  • use "Listing" instead of "RichText" for multiline support (a2fb0c9)

Initial release

20 Sep 09:41
b5b36b9
Compare
Choose a tag to compare
Merge pull request #170 from open-dynaMIX/basic_logging_config

feat(logging): add basic logging config