All Notable changes to laravel-string-similarities
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Added compatibility with PHP 8.
- Removed
illuminate\support
dependency because, well, we don't need it. 🤷♂️
- This PR from @dearsina fixes the Jaro-Winkler comparison returning different results when comparing an example string "A" to "B" and "B" to "A".
Fixed composer provider references.
Typo in the composer code for autodiscovery
Support for Laravel 5.5 package autodiscovery.
- JaroWinkler comparison is working, thanks to jbardnz
- A function for comparison using similar_text()`
- Added a
all()
method that returns score for all available comparison methods
- smg() that didn't return, but echo, stupid mistake.
- Method for a Levenshtein comparison
- Method for a Smith Waterman Gotoh comparison
- Skeleton for package.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing