Skip to content

Commit 6bcbf2f

Browse files
committed
docs(README): update version to 0.2.18 and enhance logging options in command line help
1 parent 7b5eb16 commit 6bcbf2f

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If the `diff.xsd` file if it located in the "current" folder it will be used aut
2323
There is a command line help for the `XMLDiff` tool:
2424

2525
```shell
26-
XMLDiff 0.2.15
26+
XMLDiff 0.2.18
2727
Developed by Chem O`Dun
2828
2929
-o, --original_xml Required. Path to the original XML file or directory.
@@ -34,9 +34,9 @@ Developed by Chem O`Dun
3434
3535
-x, --xsd Path to the diff.xsd schema file.
3636
37-
-l, --log-to-file (Default: false) Log to a file.
37+
-l, --log-to-file Log level (error, warn, info, debug).
3838
39-
-a, --append-to-log (Default: false) Append logs to the existing log file.
39+
-a, --append-to-log (Default: false) Append logs to the existing log file.
4040
4141
--only-full-path (Default: false) Generate only full path.
4242
@@ -135,24 +135,24 @@ Example:
135135
There is a command line help for the `XMLPatch` tool:
136136

137137
```shell
138-
XMLPatch 0.2.15
138+
XMLPatch 0.2.18
139139
Developed by Chem O`Dun
140140

141-
-o, --original_xml Required. Path to the original XML file or directory.
141+
-o, --original_xml Required. Path to the original XML file or directory.
142142

143-
-d, --diff_xml Required. Path to the diff XML file or directory.
143+
-d, --diff_xml Required. Path to the diff XML file or directory.
144144

145-
-u, --output_xml Required. Path for the output XML file or directory.
145+
-u, --output_xml Required. Path for the output XML file or directory.
146146

147-
-x, --xsd Path to the diff.xsd schema file.
147+
-x, --xsd Path to the diff.xsd schema file.
148148

149-
-l, --log-to-file (Default: false) Log to a file.
149+
-l, --log-to-file Log level (error, warn, info, debug).
150150

151151
-a, --append-to-log (Default: false) Append logs to the existing log file.
152152

153-
--help Display this help screen.
153+
--help Display this help screen.
154154

155-
--version Display version information.
155+
--version Display version information.
156156
```
157157

158158
Example:
@@ -256,6 +256,14 @@ There is a MIT license for this tool. You can find it in the [LICENSE](LICENSE)
256256

257257
## Changelog
258258

259+
### [0.2.18] - 2025-02-27
260+
261+
- Fixed
262+
- XMLDiff: wrong attribute selection for the path
263+
- XMLDiff: fixed issue with not applied --append-to-log option
264+
- Improved
265+
- Both utilities: --log-to-file option now requires a log level (error, warn, info, debug) as a parameter
266+
259267
### [0.2.17] - 2025-02-25
260268

261269
- Fixed

0 commit comments

Comments
 (0)