All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.1.0 - 2020-03-17
- Extended
cosine
to allow usage of N-grams (thanks @imustafin)
- updated outdated development dependencies
2.0.1 - 2017-11-22
require 'string-similarity'
now actually loads the module. (thanks @wppurking)
- CI: Test against recent ruby versions
- CI: use new CodeClimate reporters
2.0.0 (2016-02-19)
- Core extensions on
String
.
- Refinements for
String
(see README!).
1.1.1 - (2016-02-19)
require 'string-similarity'
now works as well.
1.1.0 - (2015-09-07)
- Implemented Levenshtein distance/similarity
- CI setup
- Proper Documentation