Skip to content

Commit 68b756f

Browse files
committed
**json2puml v2.2.23.119** - 30.12.2024
### New Feature - New dedicated configuration object for the relationshipProperties. This allows more flexibility and simplicity in defining complex relationships - New configuration property "propertyNameRenames". This allows to rename the property names before generating the output ## UI Edition ### Changed Feature - Showing the name of the execution log file only when the outputformat contains the log option #43 - Improved handling of progress bar updates when handling the files #38
1 parent c6f23de commit 68b756f

File tree

6 files changed

+137
-234
lines changed

6 files changed

+137
-234
lines changed

configuration/json2pumlconfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"curlTraceIdHeader": "x-b3-traceid",
1919
"defaultDefinitionFileName": null,
2020
"definitionFileSearchFolder": [
21-
"e:\\Delphi\\Projects\\json2puml\\definition\\",
21+
"e:\\Delphi\\Projects\\json2puml\\definition",
2222
"e:\\Delphi\\Projects\\json2puml\\samples-local\\c1\\definition\\*definition*.json",
2323
"e:\\Delphi\\Projects\\json2puml\\samples\\tmf\\*definition*.json",
2424
"e:\\Delphi\\Projects\\json2puml\\samples\\json2puml\\*definition*.json",

documentation/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# **json2puml v2.2.23.119** - XX.X.2024
2+
## All Editions
3+
### New Feature
4+
- New dedicated object for the relationshipProperties. This allows more flexibility and simplicity in defining complex relationships
5+
6+
## UI Edition
7+
### Changed Feature
8+
- Showing the name of the execution log file only when the outputformat contains the log option #43
9+
- Improved handling of progress bar updates when handling the files #38
10+
111
# **json2puml v2.2.22.118** - 22.10.2024
212
## All Editions
313
### Changed Feature

source/json2puml.dproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectVersion>19.5</ProjectVersion>
55
<FrameworkType>None</FrameworkType>
66
<Base>True</Base>
7-
<Config Condition="'$(Config)'==''">Release</Config>
7+
<Config Condition="'$(Config)'==''">Debug</Config>
88
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<TargetedPlatforms>131</TargetedPlatforms>
1010
<AppType>Console</AppType>
@@ -222,7 +222,7 @@
222222
</PropertyGroup>
223223
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
224224
<DCC_RemoteDebug>false</DCC_RemoteDebug>
225-
<Debugger_RunParams>/parameterfile:e:\Delphi\Projects\json2puml\samples\tvmaze\tvmaze_parameter_show.json /curlparameter:id=1 /wait</Debugger_RunParams>
225+
<Debugger_RunParams>/currentconfiguration /debug /wait</Debugger_RunParams>
226226
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
227227
<VerInfo_Locale>1033</VerInfo_Locale>
228228
<Manifest_File>(Ohne)</Manifest_File>
@@ -267,6 +267,7 @@
267267
<VerInfo_MajorVer>2</VerInfo_MajorVer>
268268
<VerInfo_MinorVer>2</VerInfo_MinorVer>
269269
<VerInfo_Release>23</VerInfo_Release>
270+
<Debugger_RunParams>/currentconfig /debug /wait</Debugger_RunParams>
270271
</PropertyGroup>
271272
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
272273
<VerInfo_Build>119</VerInfo_Build>

0 commit comments

Comments
 (0)