Skip to content

Commit d183f6f

Browse files
committed
**json2puml v2.3.0.124 - BETA** - 04.08.2025
# **json2puml v2.3.0.124 - BETA** - 04.08.2025 ## All Editions ### New Feature - Global configuration parameters are now supporting the replaceent of environment parameters #66 ### Changed Feature - Update to latest version of delphimvcframework - Removed unused empty columns for the color coded in the legend #64 - SplitFile functionality fixed #69 ## UI Editions ### New Feature - Enhance the application title with the name of the current parameter file and or inputlist fileen #71 - Added a combobox in the file result section which contains also all result files and allows to select a result file. ### Changed Feature - Update to latest version of SVGIconImageList - Fixed a graphical glitch in the form UI #70 ## Service Editions ### New Feature - Introduction of API version v2 - Enhance the json2pumlRequestSvg and json2pumlRequestPng to return a list of result files. This can be used in combination with the generateDetails option to also get the generated detail images returned. #68 - Enhance the definition file options list to also return displayname and description information. This could be used by UI's to show additional informations about the options #47 - Fixed typos in the swagger #65
1 parent de9168b commit d183f6f

13 files changed

+561
-455
lines changed

documentation/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# **json2puml v2.3.0.124 - BETA** - 04.08.2025
2+
## All Editions
3+
### New Feature
4+
- Global configuration parameters are now supporting the replaceent of environment parameters #66
5+
6+
### Changed Feature
7+
- Update to latest version of delphimvcframework
8+
- Removed unused empty columns for the color coded in the legend #64
9+
- SplitFile functionality fixed #69
10+
11+
## UI Editions
12+
### New Feature
13+
- Enhance the application title with the name of the current parameter file and or inputlist fileen #71
14+
- Added a combobox in the file result section which contains also all result files and allows to select a result file.
15+
16+
### Changed Feature
17+
- Update to latest version of SVGIconImageList
18+
- Fixed a graphical glitch in the form UI #70
19+
20+
## Service Editions
21+
### New Feature
22+
- Introduction of API version v2
23+
- Enhance the json2pumlRequestSvg and json2pumlRequestPng to return a list of result files. This can be used in combination with the generateDetails option to also get the generated detail images returned. #68
24+
- Enhance the definition file options list to also return displayname and description information. This could be used by UI's to show additional informations about the options #47
25+
- Fixed typos in the swagger #65
26+
127
# **json2puml v2.2.27.123** - 25.04.2025
228
## All Editions
329
### Changed Feature
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
2+
"definitionFile": null,
3+
"detail": null,
4+
"group": null,
5+
"job": null,
6+
"jobDescription": null,
27
"inputListFile": "json2puml_inputlist.json",
3-
"generateSummary": "false",
4-
"generateDetails": "true",
5-
"outputFormats": "svg,log,json,puml,zip,png",
6-
"option": "default"
8+
"inputFiles": [
9+
],
10+
"generateSummary": false,
11+
"generateDetails": true,
12+
"outputFormats": "svg,puml,json,log,zip",
13+
"option": "default",
14+
"outputSuffix": null,
15+
"curlParameter": [
16+
],
17+
"curlAuthenticationParameter": [
18+
]
719
}

source/json2puml.dproj

Lines changed: 41 additions & 45 deletions
Large diffs are not rendered by default.

source/json2puml.res

-16 KB
Binary file not shown.

0 commit comments

Comments
 (0)