Skip to content

Commit 43c9e2b

Browse files
committed
fix(XMLDiff): fixed not comparing the attributes in the root node
fix(XMLDiff): relation on removed element in next operations, now remove operation will be shifted after the referred fix(XMLDiff): fixed numbering an elements (was wrong index) fix(XMLDiff): identification of element via sibling now fully comply to XMLPath requirements refactor(XMLDiff): `pathForParent` now is right named
1 parent 626e000 commit 43c9e2b

File tree

2 files changed

+184
-121
lines changed

2 files changed

+184
-121
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ Please be aware - each release archive has an appropriate link to the [VirusTota
270270
271271
## Changelog
272272
273+
### [0.2.25] - 2025-03-31
274+
275+
- Fixed:
276+
- XMLDiff: fixed issue missed root element attributes comparison
277+
- XMLDiff: fixed usage of the removed element path for the further diff operations
278+
- XMLDiff: fixed incorrect index number when addressing the elements in XPath
279+
- XMLDiff: fixed identification elements via `sibling` keyword in XPath
280+
273281
### [0.2.24] - 2025-03-17
274282
275283
- Improved:

0 commit comments

Comments
 (0)