kpdecker / jsdiff

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

Future 6.0.0 release #446

Closed ExplodingCabbage closed 5 months ago

ExplodingCabbage commented 7 months ago

Just a PR to keep track of the future 6.0.0 release. I'm currently merging non-breaking changes into master (for a 5.1.1 or 5.2.0 release) and breaking ones into 6.0.0-staging (for a subsequent release after that).

adaboese commented 7 months ago

Is there a pre-release available of this?

ExplodingCabbage commented 7 months ago

@adaboese you can just clone the repo, switch to this branch, and install it with npm install ./path/to/jsdiff if you want to use whatever WIP version I've got here prior to release. Expect several more PRs to merge before any release, though, and note that @kpdecker hasn't yet reviewed what I've done and is the ultimate arbiter of what gets released.

ExplodingCabbage commented 5 months ago

Now that 5.2.0 is released, I'm going to merge this PR into master so that further work on 6.0.0 can just happen on master. To be clear, this does not mean 6.0.0 is ready for release yet.