locdb / loc-db

This is the central component of the LOC-DB project.
9 stars 2 forks source link

Update string-similarity to the latest version 🚀 #51

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency string-similarity was updated from 1.2.2 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 2.0.0
  • Removed production dependencies
  • Updated to ES6 (this breaks backward-compatibility for pre-ES6 apps)
Commits

The new version differs by 6 commits.

  • 16c348e Merge pull request #15 from aceakash/release-notes
  • 08ff7bc Update README.md
  • c335366 release notes
  • b869c16 Merge pull request #14 from tborychowski/master
  • e044914 es6-ify; remove dependencies
  • 74f2b24 Create LICENSE

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 3.0.0
  • Performance improvement for compareTwoStrings(..): now O(n) instead of O(n^2)
  • The algorithm has been tweaked slightly to disregard spaces and word boundaries. This will change the rating values slightly but not enough to make a significant difference
  • Adding a bestMatchIndex to the results for findBestMatch(..) to point to the best match in the supplied targetStrings array
Commits

The new version differs by 1 commits.

  • ccdb537 disregard word boundaries; add bestMatchIndex

See the full diff