Changelog
Version history and release notes for JSDiff.
v8.0.2 Fix
Released: March 2024
- Fixed edge case in diffChars with empty strings
- Improved performance for large text comparisons
- Updated dependencies to latest versions
v8.0.1 Fix
Released: February 2024
- Fixed TypeScript type definitions
- Resolved issue with newline handling in diffLines
v8.0.0 Feature
Released: January 2024
- New: Added diffJson function for JSON object comparison
- New: Support for custom comparison functions
- Improved: 20% faster diff computation
- Breaking: Dropped support for Node.js 12
v7.0.0 Feature
Released: June 2023
- New: Added support for async diff computation
- New: Web Worker support for browser environments
- Improved: Memory usage optimization
- Improved: Better error messages
v6.0.0 Feature
Released: December 2022
- New: ESM module support
- New: TypeScript declarations included
- Improved: Bundle size reduced by 30%
- Fixed: Unicode character handling
v5.0.0 Feature
Released: March 2022
- New: Patch apply and create functions
- New: Word-level diff with ignoreWhitespace option
- Improved: Algorithm optimizations
Stay Updated
Follow the project on GitHub to get notified of new releases.
View All Releases →