You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# 0.13.0
2
2
3
-
Released on ddd, mmmm dd, yyyy.
3
+
Released on Wednesday, December 25, 2019.
4
4
5
5
- Updated path's index' calculation in `ComparisonSource` to only include nodes that implement the IParentNode.
6
+
- Small change to HtmlDifferenceEngine. It now takes the control and test sources during construction. This makes it clear it is single use. For reusable differ, use `HtmlDiffer` going forward.
7
+
- Added interface `IDiffContext` and made `DiffContext` internal.
0 commit comments