v2.16.0
What's Changed
- feat:
customDiffnow supports async implementations returningPromise<Buffer>(e.g. node-hdiffpatch's callback-based async diff), allowing servers to run diffs off the event loop. Existing sync implementations keep working unchanged.
Full Changelog: v2.15.4...v2.16.0