Skip to content
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

feat: add new differ option: fullContextIfIdentical #79

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

jfcherng
Copy link
Owner

@jfcherng jfcherng commented Mar 4, 2024

When it's truthy and there is no difference, the diff output would be the whole file marked as "equal". Otherwise, it just returns null.

resolves #78

@jfcherng jfcherng added the enhancement New feature or request label Mar 4, 2024
@jfcherng jfcherng force-pushed the feat/fullContextIfIdentical branch 2 times, most recently from d1ed493 to 314e67a Compare March 4, 2024 19:43
When it's truthy and there is no difference, the diff output would be
the whole file marked as "equal". Otherwise, it just returns null.

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
@jfcherng jfcherng force-pushed the feat/fullContextIfIdentical branch from 314e67a to a7132d3 Compare March 5, 2024 08:30
@jfcherng jfcherng merged commit 5d094e4 into v6 Mar 5, 2024
8 of 17 checks passed
@jfcherng jfcherng deleted the feat/fullContextIfIdentical branch March 5, 2024 08:30
jfcherng added a commit that referenced this pull request Mar 5, 2024
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
@jfcherng
Copy link
Owner Author

jfcherng commented Mar 5, 2024

v6.16.0 / v6.10.15 have been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render identical strings instead of returning null
1 participant