difflib.js
difflib.js copied to clipboard
Properly diff numbers and strings containing numbers (Addresses issue #10)
Fixed
- Fix bug where numbers and strings were not differentiated (Fixes issue #10).
Changed
- Update build scripts and npm dependencies.
Added
- Add unit test for issue #10.