Replace switch table with data-based slicing.
[string-lerp.git] / string-lerp.js
2014-05-19 Joe WreschnigReplace switch table with data-based slicing.
2014-05-19 Joe WreschnigRename levenshteinMatrix to costMatrix. Better argument...
2014-05-13 Joe WreschnigAdd some licensing, etc. metadata.
2014-05-13 Joe WreschnigTweak to Levenshtein costs to prefer ins/del to sub...
2014-05-13 Joe WreschnigHandle surrogate pairs and combining characters correctly.
2014-05-13 Joe WreschnigMore efficient way to get LTR diffLerp editing.
2014-05-13 Joe WreschnigReverse edit strings so they change LTR, like fastLerp.
2014-05-13 Joe WreschnigAdd tests and build scripts.
2014-05-13 Joe WreschnigInterpolate between numeral-ish strings numerically.
2014-05-13 Joe WreschnigBetter function names.
2014-05-13 Joe WreschnigSwitch Levenshtein calculation to a flat, typed array.
2014-05-13 Joe WreschnigInitial lerping code.