-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future 6.0.0 release #446
Future 6.0.0 release #446
Commits on Dec 27, 2023
-
Stop treating stuff like vertical tabs as line breaks when dealing wi…
…th unified diffs (#435) * Add test of vertical tab handling * Stop treating stuff like vertical tabs as line breaks when dealing with unified diffs * Add release notes * Add a consistency test
Configuration menu - View commit details
-
Copy full SHA for a4eac49 - Browse repository at this point
Copy the full SHA a4eac49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c676d - Browse repository at this point
Copy the full SHA 97c676dView commit details -
Prefer to order deletions before insertions when the edit cost is the…
… same, like the Myers diff paper does (#439) * Add test for Unix diff-style ordering of deletions & insertions * Tweak base.js to prefer extending paths that have previously done more deletions * Remove now-redundant code to flip the order of immediately consecutive add and remove operations * Fix existing tests * add release notes
Configuration menu - View commit details
-
Copy full SHA for fe261ae - Browse repository at this point
Copy the full SHA fe261aeView commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a574cc - Browse repository at this point
Copy the full SHA 6a574ccView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3351c82 - Browse repository at this point
Copy the full SHA 3351c82View commit details -
Always set
added
andremoved
totrue
orfalse
, rather than le…Configuration menu - View commit details
-
Copy full SHA for 3a99253 - Browse repository at this point
Copy the full SHA 3a99253View commit details
Commits on Jan 4, 2024
-
Merge branch 'master' into 6.0.0-staging
Conflicts: README.md
Configuration menu - View commit details
-
Copy full SHA for c8c5132 - Browse repository at this point
Copy the full SHA c8c5132View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7eacf2a - Browse repository at this point
Copy the full SHA 7eacf2aView commit details
Commits on Jan 8, 2024
-
Handle case where the user explicitly passes
maxEditLength: 0
the w……ay you'd expect (#464) * Add failing test showing maxEditLength: 0 is handled wrongly * Handle maxEditLength === 0 correctly (test now passes) * Document change
Configuration menu - View commit details
-
Copy full SHA for b3aab68 - Browse repository at this point
Copy the full SHA b3aab68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e092d - Browse repository at this point
Copy the full SHA 12e092dView commit details -
Add a oneChangePerToken option (#460)
* Add a oneChangePerToken option to emit one change object per token instead of combining consecutive tokens into one change object * Document oneChangePerToken * Add release notes * Add test (which fails; needs changes from #439) * Add test of case with identical texts * Add another test * Move release notes to correct place now that I'm planning this for 6.0.0
Configuration menu - View commit details
-
Copy full SHA for e6c45b0 - Browse repository at this point
Copy the full SHA e6c45b0View commit details -
Fix order of arguments to .equals and comparator (#467)
* Ensure the left & right arguments to equals() always correspond to old and new values respectively * Add test * Add release notes
Configuration menu - View commit details
-
Copy full SHA for 1e79116 - Browse repository at this point
Copy the full SHA 1e79116View commit details
Commits on Jan 29, 2024
-
Merge branch 'master' into 6.0.0-staging
Conflicts: test/diff/array.js
Configuration menu - View commit details
-
Copy full SHA for 06a669b - Browse repository at this point
Copy the full SHA 06a669bView commit details -
Support max edit length in patch creation functions (#480)
* Add test demonstrating that maxEditLength crashes createPatch * Fix maxEditLength handling in createPatch * Add release notes
Configuration menu - View commit details
-
Copy full SHA for 4abb5f3 - Browse repository at this point
Copy the full SHA 4abb5f3View commit details
Commits on Feb 13, 2024
-
Merge branch 'master' into 6.0.0-staging
Conflicts: release-notes.md
Configuration menu - View commit details
-
Copy full SHA for b9f56d3 - Browse repository at this point
Copy the full SHA b9f56d3View commit details