Skip to content

Releases: zendive/jsdiff

v3.4.2 [Firefox only]

Choose a tag to compare

@zendive zendive released this 24 May 13:53
b67e7fd

Fix communication bug in v3.4.0 in Firefox only

What's Changed

Full Changelog: v3.4.0...v3.4.2

v3.4.0

Choose a tag to compare

@zendive zendive released this 22 May 13:43
  • Solve the problem of showing comparison results during debug sessions fully in Firefox, but partially in Chrome, where it works only if the API was already part of the debugged script, and don't works if it invoked via Console (while in debug mode).
    • The solution involved removing usage of async APIs along the way from the console API invocation in the content script till passing the event to the extension runtime.

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

Choose a tag to compare

@zendive zendive released this 19 Apr 14:39
4e38e37
  • use latest native API
    • WeakMap::getOrInsertComputed
    • Uint8Array::toHex
    • HTMLElement::setHTML + Sanitizer
      • drop npm:dompurify dependency
  • bump minimum supported versions: Chrome v146, Firefox v148

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

Choose a tag to compare

@zendive zendive released this 26 Feb 10:25
24d7a5e
  • Fix errors coming from comparing objects having their own properties with the same name as in Object.prototype e.g. toString, valueOf...

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

Choose a tag to compare

@zendive zendive released this 13 Jun 00:33
6f50fab
  • Support Allow in Incognito Chrome option

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

Choose a tag to compare

@zendive zendive released this 09 Apr 03:39
202f408
  • Chrome min version: 135.0
    • support Float16Array in object clone

What's Changed

Full Changelog: v3.0.7...v3.1.0

v3.0.7

Choose a tag to compare

@zendive zendive released this 05 Mar 12:51
05a56fe

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

Choose a tag to compare

@zendive zendive released this 15 Nov 03:32
b5527b6

What's Changed

Fresh libraries and reduced bundle size

Full Changelog: v3.0.5...v3.0.6

v3.0.5

Choose a tag to compare

@zendive zendive released this 06 Feb 21:45

What's Changed

Support Firefox

  • move search invocation into panel page
  • toolbar UI changes

Full Changelog: v3.0.4...v3.0.5

v3.0.4

Choose a tag to compare

@zendive zendive released this 15 Nov 00:15
94cc2a3

What's Changed

Update dependencies and patch vulnerabilities in postcss@<8.4.31, semver<7.5.2

Full Changelog: v3.0.3...v3.0.4