Skip to content

Releases: alexmacarthur/striff

Update Dev Deps + Migrate to Vitest

15 Dec 02:04
Compare
Choose a tag to compare

Bug Fix & Internal Improvements

16 May 04:27
Compare
Choose a tag to compare
  • 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).

Build Dependency Updates, Minification Settings Tweak

08 May 05:31
Compare
Choose a tag to compare
  • Updates dependencies used for development & bundling.
  • Switches to Terser for minification.

Escape Strings for RegExp()

24 Mar 01:59
Compare
Choose a tag to compare

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

What's Changed

  • Properly escape strings before converting to RegExp pattern. by @alexmacarthur in #6

Full Changelog: v1.0.1...v1.0.2

Fix Issue Occurring During Character Reuse

22 Mar 04:14
Compare
Choose a tag to compare

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

New Algorithm, More Reliable, Way Lighter

20 Mar 03:27
Compare
Choose a tag to compare

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.

Fix Middle-String Insert Bug

16 Mar 02:46
Compare
Choose a tag to compare

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

Add Appropriate License

10 Mar 04:12
Compare
Choose a tag to compare
v0.0.4

Bump version.

v0.0.3

10 Mar 04:03
Compare
Choose a tag to compare

Look, a functional release!