Releases: zendive/jsdiff
Releases · zendive/jsdiff
v3.0.7
What's Changed
- Improve: support new types of serialization:
URL
,RegExp
(#28) - fix:
HtmlFormatter::nodeBegin
produces invalid HTML if Object-key contains unclosed HTML<tag>
#29 - spread usage of catalogs between Symbol, DOM and the rest, to reduce "noise" in comparison results
Full Changelog: v3.0.6...v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
What's Changed
support broader set of data types
- add customClone
- serialize: Symbol, Set, Map, +/-Infinity, NaN, BigInt, undefined
- tune function serialization
- add pseudo ids for potentionally recurring instances
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.0 (#7)
Tackle error handling
- compare function code
- serialise reoccurring references
- Fix Uncaught DOMException: Failed to execute 'postMessage' on 'Window'
v1.1.0 (#5)
* update jsondiffpatch to 0.3.11 (https://www.npmjs.com/package/jsondiffpatch) * Allow object comparison cross the tabs #2 * comparing with an empty object #3 * Reinject console.diff api on host page reload #4