Skip to content

2.0.0-beta.6

Latest
Compare
Choose a tag to compare
@Viatorus Viatorus released this 23 Mar 21:35
· 55 commits to master since this release

For a better distinction, the library has been renamed to LokiDB.

The repository is now located under https://github.com/LokiJS-Forge/LokiDB

The npm packages can be found under the organization scope @lokidb.

##Commit Summary### Bug Fixes

  • full-text-search: fix fuzzy's prefix length, edit distance and idf (#68) (da06836)
  • full-text-search: rename field option "name" to "field" (#67) (ff74219)
  • loki: fix a autosave race condition when using asynchronous adapter (#79) (db26d02)
  • loki: fix binary index in batch updates when not cloning (#78) (8081799)

Features

  • full-text-search: remove query builder (#73) (84757ab)
  • full-text-search: remove unnecessary array query (#75) (4ff5165)
  • full-text-search: replace the old "tokenizer" class with an analyzer interface (#76) (2d44384)
  • full-text-search: return score result as an equivalent array to result set data (#69) (7ea17c0)
  • loki: add diagnostic function to test binary index validity (#85) (d611722)
  • loki: add option to disable meta property for documents added to a collection (#80) (1a49470)
  • loki: add simplified javascript comparisons $jgt, $jgte, $jlt, $jlte, $jbetween (#87) (32e4b1e)
  • loki: change and improve nested property support (#81) (2730284)
  • loki: return an existing collection if a collection with the same name already exists (#77) (75afd67)
  • loki: simplesort leverages binary indices better when filtered (#83) (4d1b25b)