0.0.8 • Published 6 years ago

@mirumshopper/tagmatcher v0.0.8

Weekly downloads
1
License
LicenseRef-LICENS...
Repository
-
Last release
6 years ago

@mirumshopper/tagmatcher

Library for providing Porter Stemming and Levenshtein based tag matching

Installation

Using npm:

$ npm i --save @mirumshopper/tagmatcher

Usage

// using ES6 modules
import TagMatcher from '@mirumshopper/react-helpers';

Functions

JS Docs

Documents are available under jsdocs/index.html

License

(c) Copyright 2018 Mirum, all rights reserved.

This code is NOT licensed for use other than the commercial interests of Mirum.

Version History

  • 0.0.1 - Initial build.
  • 0.0.2 - 100% coverage unit testing.
  • 0.0.3 - Added getSummary
  • 0.0.4 - Added getUniqueTags and randomlyPickN
  • 0.0.5 - Ooops, forgot to build.
  • 0.0.6 - Incorrectly used slice not splice.
  • 0.0.7 - Fixed incorrect usage of splice, added test.
  • 0.0.8 - Last build failed.
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago