You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.2.0 (#36)
- Update dependencies and their usage.
- Minimise object prototype comparison errors where possible - during
clone and actual diffing - by using `Object.create(null)` instead of
just `{}` for clean object instantiation.
- Remove custom HTMLFormatter, which resolved some issue on its own.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* RFC‑6902 export for diffs, HTML diff rendering with sanitization, and
option to hide unchanged sections.
* Async runtime listeners and improved runtime messaging.
* **Removed Features**
* Legacy HTML delta formatter and automatic color‑scheme detection
removed; theming unified via CSS variables.
* **Version Updates**
* Chrome: 3.1.1 → 3.2.0
* Firefox: 3.1.0 → 3.2.0
* **Chores**
* Consolidated build/packaging targets, enforced build prerequisites,
versioned build artifacts, README and tooling updates.
* **Tests**
* Added tests for deep-object prototype stripping.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: 🕷️ <[email protected]>
v3.0.7 (#30)
- support new types of serialization: `URL`, `RegExp` ( #28 )
- fix#29
- spread usage of catalogs between Symbol, DOM and the rest, to reduce
"noise" in comparison results
---------
Signed-off-by: 🕷️ <[email protected]>
Next 3.0.2 (#13) - support dark devtools colour scheme
- change layout: fixed toolbar, scrollable body
- fix messaging in anonymous frames and local html files
- update and improve local build tools