Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.3.0
    8b678545 · release: 0.3.0 ·
    Minor release 0.3.0
    
    New features
    
    * fuzzy: add `fuzzy` option for fuzzier matching logic (1448d434dcf1810a437865a3c32191efea5a1a5a)
  • 0.2.5
    d9d76edd · release: 0.2.5 ·
    Patch release 0.2.5
    
    Other changes
    
    * ci: update test node versions (08525e2e814f0ea59d73df24214b4c373d6f7f08)
    * deps: upgrade deps (37ff6aacf1d3d5fe36ddfc523ce4b153dc97eaa1)
    * ci: don't test in node 4 (c616002fad4bdd0e0c9038c3239a3a8db764b6fb)
    * project: remove travis config (a8d000a746fbff0eefc246419dbbafcb2e853d0d)
  • 0.2.4
    18d4ca40 · release: 0.2.4 ·
    Patch release 0.2.4\n\nOther changes\n\n* project: migrate to gitlab (548a05b)\n\n
  • 0.2.3
    526b8834 · release: 0.2.3 ·
    Patch release
    
    * fix: update the readme (55fc4cd)
    * fix: update the example code (cfeb182)
    * refactor: rename loop index variable (a7b44a1)
    * fix: ensure final-token mismatches fail the query (905cb55)
  • 0.2.2
    438d414c · bump: 0.2.2 ·
    Patch fix.
    
    Use cloned subquery array in recursive calls to filter.
  • 0.2.1
    8e18d056 · bump: 0.2.1 ·
    Patch release
    
    * fix: ensure correct documentId is propagated for fuzzy matches
  • 0.2.0
    3e615e26 · bump: 0.2.0 ·
    implement `coerceId` option
  • 0.1.1
    5dab0696 · bump: 0.1.1 ·
    Sanely handle unicode documents and queries.
  • 0.1.0
    f5be8435 · bump: 0.1.0 ·
    implemented `index.search`
  • 0.0.1
    86f99c61 · bump: 0.0.1 ·
    * feat: add readme
    * fix: repair broken fuzzy-matching
    * refactor: convert N_GRAMS to a Map instance
    * refactor: eliminate explicit loop continue
  • 0.0.0
    Initial release.
    
    Implemented methods:
    
      * add
      * delete
      * update
      * search