Sha256: 820f0c781d3898da8c3ef8b20913b3c99770277dbee932bc0eb8d52dcd5c291f
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.0.1] - 2017-11-22 ### Fixed - `require 'string-similarity'` now actually loads the module. (thanks @wppurking) ### Changed - CI: Test against recent ruby versions - CI: use new CodeClimate reporters ## [2.0.0] (2016-02-19) ### Removed - Core extensions on `String`. ### Added - Refinements for `String` (see README!). ## [1.1.1] - (2016-02-19) ### Added - `require 'string-similarity'` now works as well. ## [1.1.0] - (2015-09-07) ### Added - Implemented Levenshtein distance/similarity - CI setup - Proper Documentation [Unreleased]: https://github.com/mhutter/string-similarity/compare/v2.0.1...HEAD [2.0.1]: https://github.com/mhutter/string-similarity/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/mhutter/string-similarity/compare/v1.1.1...v2.0.0 [1.1.1]: https://github.com/mhutter/string-similarity/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/mhutter/string-similarity/compare/v1.0.0...v1.1.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
string-similarity-2.0.1 | CHANGELOG.md |