We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e81ac5 commit f87a74cCopy full SHA for f87a74c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "diff",
3
- "version": "7.0.0",
+ "version": "8.0.0",
4
"description": "A JavaScript text diff implementation.",
5
"keywords": [
6
"diff",
release-notes.md
# Release Notes
-## 8.0.0 (pending release)
+## 8.0.0
- [#580](https://github.com/kpdecker/jsdiff/pull/580) **Multiple tweaks to `diffSentences`**:
* tokenization no longer takes quadratic time on pathological inputs (reported as a ReDOS vulnerability by Snyk); is now linear instead
0 commit comments