Skip to content

Releases: zendive/jsdiff

v3.4.2 [Firefox only]

24 May 13:53
b67e7fd

Choose a tag to compare

Fix communication bug in v3.4.0 in Firefox only

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.0

22 May 13:43

Choose a tag to compare

  • 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

19 Apr 14:39
4e38e37

Choose a tag to compare

  • 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

26 Feb 10:25
24d7a5e

Choose a tag to compare

  • 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

13 Jun 00:33
6f50fab

Choose a tag to compare

  • Support Allow in Incognito Chrome option

What's Changed

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

v3.1.0

09 Apr 03:39
202f408

Choose a tag to compare

  • Chrome min version: 135.0
    • support Float16Array in object clone

What's Changed

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

v3.0.7

05 Mar 12:51
05a56fe

Choose a tag to compare

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

15 Nov 03:32
b5527b6

Choose a tag to compare

What's Changed

Fresh libraries and reduced bundle size

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

v3.0.5

06 Feb 21:45

Choose a tag to compare

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

15 Nov 00:15
94cc2a3

Choose a tag to compare

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