Skip to content

v0.2.13

Compare
Choose a tag to compare
@paranoiq paranoiq released this 26 Apr 11:30
· 22 commits to master since this release
  • Removed dependency on Tracy; Dumpable and Pokeable interfaces are now deprecated
  • Added Str::join() with two separators for '1, 2, 3 and 4' and a length limit for '1, 2, 3...'
  • Added Str::optimalDistance() etc.
  • Deprecated Str::levenshteinUnicode() - instead use to Str::levenshtein() which always returns int
  • NightInterval with same start/end (empty) is converted to canonical form (same as created by NightInterval::empty())
  • Some minor fixes and typos