Striff Versions Save

Real simple string diffing.

v1.0.5

1 year ago

v1.0.4

2 years ago
  • Changes the way two strings hold reference to matched characters.
  • Fixes a bug causing incorrect diffs for a particular pattern of string(s) (Issue #8).

v1.0.3

2 years ago
  • Updates dependencies used for development & bundling.
  • Switches to Terser for minification.

v1.0.2

2 years ago

When strings contained regex operators (like question marks), an exception was occurring because they weren't property escaped. This fixes that.

What's Changed

Full Changelog: https://github.com/alexmacarthur/striff/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

Unexpected diffing was occurring for strings that involved the same character being used multiple times (like "wow"). This release fixes that issue.

v1.0.0

2 years ago

After attempting to figure out some weird results in certain circumstances, I ended totally rewriting the algorithm I was using, and ended up cutting a ton of weight from the package along the way. Excited about this one.

v0.0.5

2 years ago

Fixes an issue occurring when a character was inserted into the middle of a string.

v0.0.4

2 years ago

v0.0.3

2 years ago

Look, a functional release!