kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
8.04k stars 499 forks source link

`oneChangePerToken` option removed? #513

Closed chardin1 closed 5 months ago

chardin1 commented 6 months ago

The Readme displayed on the NPM page details a oneChangePerToken option. I don't see that option when viewing the 5.2.0 branch but also don't see a reference to it in release-notes.md. Has it been removed? It doesn't seem to be working for me.

ExplodingCabbage commented 5 months ago

The Readme displayed on the NPM page details a oneChangePerToken option.

Wait, where? I don't see such a thing; I only see it mentioned on the master branch on GitHub, which is currently pre-release. I think that must also be where you're seeing it?

chardin1 commented 2 weeks ago

If you visit that link and search for it you'll see it under "Universal Options"

ExplodingCabbage commented 2 weeks ago

You will now, yes, because I've released it now! :)