Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
codeorbio
/
jsdiff
Public
forked from
kpdecker/jsdiff
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 11, 2015
Merge pull request #80 from fluxxu/master
Show description for 51961fd
kpdecker
committed
51961fd
View commit details
Copy full SHA for 51961fd
Browse repository at this point
Fix a typo: applyPath -> applyPatch
fluxxu
committed
68b7cf0
View commit details
Copy full SHA for 68b7cf0
Browse repository at this point
Commits on Sep 30, 2015
v2.1.3
kpdecker
committed
1ed5805
View commit details
Copy full SHA for 1ed5805
Browse repository at this point
Update release notes
kpdecker
committed
47ceb87
View commit details
Copy full SHA for 47ceb87
Browse repository at this point
Merge pull request #78 from 21paradox/master
Show description for 023bcdc
kpdecker
committed
023bcdc
View commit details
Copy full SHA for 023bcdc
Browse repository at this point
Commits on Sep 29, 2015
add existing check at line 56 src/patch.js
Show description for 35a761d
Shi Wenzhe
committed
35a761d
View commit details
Copy full SHA for 35a761d
Browse repository at this point
Commits on Sep 24, 2015
v2.1.2
kpdecker
committed
f1caf87
View commit details
Copy full SHA for f1caf87
Browse repository at this point
Update release notes
kpdecker
committed
ebbbf9b
View commit details
Copy full SHA for ebbbf9b
Browse repository at this point
Ignore unexpected content outside of strict mode
Show description for c73b432
kpdecker
committed
c73b432
View commit details
Copy full SHA for c73b432
Browse repository at this point
Commits on Sep 9, 2015
v2.1.1
kpdecker
committed
429eb33
View commit details
Copy full SHA for 429eb33
Browse repository at this point
Update release notes
kpdecker
committed
e63da8a
View commit details
Copy full SHA for e63da8a
Browse repository at this point
Export applyPatches from root module
Show description for 4b6ae49
kpdecker
committed
4b6ae49
View commit details
Copy full SHA for 4b6ae49
Browse repository at this point
Commits on Aug 27, 2015
v2.1.0
kpdecker
committed
06ba845
View commit details
Copy full SHA for 06ba845
Browse repository at this point
Update release notes
kpdecker
committed
d83c535
View commit details
Copy full SHA for d83c535
Browse repository at this point
Update docs for options argument
kpdecker
committed
70220a8
View commit details
Copy full SHA for 70220a8
Browse repository at this point
Allow for options passed in final argument
Show description for 10ef265
kpdecker
committed
10ef265
View commit details
Copy full SHA for 10ef265
Browse repository at this point
Commits on Aug 26, 2015
Implement patch/3way merge
Show description for f94da90
kpdecker
committed
f94da90
View commit details
Copy full SHA for f94da90
Browse repository at this point
Special case handling of ignored terminals
Show description for da522e3
kpdecker
committed
da522e3
View commit details
Copy full SHA for da522e3
Browse repository at this point
Move whitespace ignore out of equals method
Show description for 542063c
kpdecker
committed
542063c
View commit details
Copy full SHA for 542063c
Browse repository at this point
Add line diff that is newline character aware
Show description for 4a0ba65
kpdecker
committed
4a0ba65
View commit details
Copy full SHA for 4a0ba65
Browse repository at this point
Remove diff edge case special cases
Show description for cf6f569
kpdecker
committed
cf6f569
View commit details
Copy full SHA for cf6f569
Browse repository at this point
Commits on Aug 10, 2015
Rename variable name
kpdecker
committed
11c5b52
View commit details
Copy full SHA for 11c5b52
Browse repository at this point
Fix remaining map util reference
kpdecker
committed
35dd217
View commit details
Copy full SHA for 35dd217
Browse repository at this point
Include source maps in babel output
kpdecker
committed
7f7ab21
View commit details
Copy full SHA for 7f7ab21
Browse repository at this point
Merge diff/line and diff/patch implementations
Show description for 1597705
kpdecker
committed
1597705
View commit details
Copy full SHA for 1597705
Browse repository at this point
Drop map utility method
Show description for 1ddc939
kpdecker
committed
1ddc939
View commit details
Copy full SHA for 1ddc939
Browse repository at this point
Commits on Aug 9, 2015
Implement fuzzy context comparison
Show description for bb61516
kpdecker
committed
bb61516
View commit details
Copy full SHA for bb61516
Browse repository at this point
Commits on Aug 8, 2015
Drop karma tests from watch
kpdecker
committed
dd64bfc
View commit details
Copy full SHA for dd64bfc
Browse repository at this point
Documentation for parsePatch and applyPatches
kpdecker
committed
27c4b77
View commit details
Copy full SHA for 27c4b77
Browse repository at this point
Update parsePatch to output common diff format
Show description for d84a530
kpdecker
committed
d84a530
View commit details
Copy full SHA for d84a530
Browse repository at this point
Implement applyPatches method
Show description for 42fdc6a
kpdecker
committed
42fdc6a
View commit details
Copy full SHA for 42fdc6a
Browse repository at this point
Convert applyPatch to use parsePatch utility
kpdecker
committed
4d1841d
View commit details
Copy full SHA for 4d1841d
Browse repository at this point
Implement patch parser
Show description for 532bcf9
kpdecker
committed
532bcf9
View commit details
Copy full SHA for 532bcf9
Browse repository at this point
v2.0.2
kpdecker
committed
ed26acd
View commit details
Copy full SHA for ed26acd
Browse repository at this point
Update release notes
kpdecker
committed
6d63a27
View commit details
Copy full SHA for 6d63a27
Browse repository at this point
Previous
Next
You can’t perform that action at this time.