0.13.0
Released on Wednesday, December 25, 2019.
- Updated path's index' calculation in
ComparisonSourceto only include nodes that implement the IParentNode. - 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
HtmlDiffergoing forward. - Added interface
IDiffContextand madeDiffContextinternal.