13.0.2 - 2nd December 2022
Bug Fixes
-
Fixed a NullPointerException when the DocumentComparator or PipelinedComparatorS9 are initialised. This is related to support case CUST-712.
-
Fixed an issue with the REST client that caused an exception when transitioning states. This is related to support case CUST-690.
13.0.1 - 11th November 2022
Bug Fixes
-
Fixed an issue with the REST server that was causing asynchronous comparisons to not complete and were “stuck” at the
INPUT_FILTERSstate. This is related to support case CUST-690.
13.0.0 - 1st November 2022
New Features
-
SVG files can now be compared and changes rendered through the DocumentComparator. See our SVG Comparison sample for more details.
Enhancements and API Changes
-
Improved behaviour for “orderless” comparison. Previously when 2 elements were compared as “orderless” they only matched when they were exactly equal or when they had the same keys. Now we look inside them at their content and use a probability based algorithm to find the best alignment.
-
The
INPUT_FILTER_CHAIN_AandINPUT_FILTER_CHAIN_BJob states in the REST API have been combined into one -INPUT_FILTERSfor simplicity.
Bug Fixes
-
Fixed an issue where formatting elements were not being aligned between versions if there was only a single different word.