Skip to content

json2puml v2.2.11.107

Compare
Choose a tag to compare
@jfudickar jfudickar released this 01 Jan 21:36
· 88 commits to main since this release

json2puml v2.2.11.107 - 01.01.2024

All Editions

Changed Feature

  • Inputlist.description.curlparameter.name handling improved
    • Not the names will automatically converted into the ${} format
    • This fixes the wrong check if the parameter is defined at runtime which could lead to duplicate curlparameters
  • All property name filters which are supporting wildcards are supporting now to exclude a property from a previous found by supporting a remove with a leading "-".
    E.g.
    "product*"
    "-productOffering"
    This will allow product and productCharacteristic but not productOffering.
  • Internal performance optimization (by caching) when searching in the definition configurations
  • Performance optimization by doing one plantuml call to convert all files of the same output format
  • Installation uses now PlantUml v1.2023.13