Skip to content

Latest commit

 

History

History
171 lines (98 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

171 lines (98 loc) · 12.2 KB

2.1.0 (2020-08-23)

Features

  • fts: support optional, empty or number fields (#181) (57e2ff8)

2.0.0 (2020-08-22)

Bug Fixes

  • persistence: ignore error if database is not found on autoload (#179) (d1703c6)

2.0.0-beta.9 (2020-02-07)

Bug Fixes

  • loki: unique search with no matching entry should not fail (#172) (fd2c7d9)
  • loki: use global.proceas in getENV (#170) (a65e668)

2.0.0-beta.8 (2018-09-14)

Bug Fixes

  • loki: define nested properties on rollback transaction (#149) (9e06e91)

Features

  • loki: remove binary index (#146) (1fb99f2)
  • loki: user definable comparators and operator packages (#152) (5c14bc2)

2.0.0-beta.7 (2018-06-27)

Bug Fixes

  • full-text-search: apply bool query boost to subquery results (#122) (5548fe5)
  • full-text-search: handle not and filter bool queries right (#128) (98d0cd8)
  • loki: fix autosave and autoload of the database (#112) (ef260fd)
  • loki: when cloning, meta will be applied correctly and clones emitted (#111) (d287a2d), closes techfort/LokiJS#666

Features

  • improve type notation (#109) (3b60c9f)
  • full-text-search: allow number or string as document id (#115) (1d81e25)
  • full-text-search: export function analyze (#102) (c1dd78c)
  • full-text-search: if elasticsearch is not available, disable its unit test (#98) (a1c7d8d)
  • full-text-search: implement conditional minimum should match parameter (#129) (baa6311)
  • full-text-search: make analyzers classes instead of objects (#123) (1959688)

2.0.0-beta.6 (2018-03-23)

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)

2.0.0-beta.5 (2018-01-02)

Bug Fixes

  • full-text-search-language: add missing function export (#64) (9b926e2)

Features

  • improve typings (#62) (b44f550)
  • full-text-search: add an optional score explanation (#65) (9fde195)
  • memory-storage: move memory storage to a separate package (#63) (7cea02a)

2.0.0-beta.4 (2017-12-01)

Features

  • full-text-search: make index Unicode safe and improve fuzzy performance (#55) (f1dea05)

2.0.0-beta.3 (2017-11-26)

Bug Fixes

  • coverage (#42) (3509429)
  • full-text-search: fix fuzzy extended to withdraw wrong results (#51) (4d493ac)
  • loki: cloning method for specific classes (#30) (4f4a182)
  • loki: fix error if passed parameters are not serializable for transform (#43) (dde34ed)
  • loki: implement deep clone as default clone option (#44) (2f3b718)

Features

  • full-text-search: add full-text-search as separate package (#35) (14b9947)
  • full-text-search: english and german language support (3a93477)
  • full-text-search: implement extended fuzzy (#47) (0579026)
  • loki: add 'dataOptions' to eqJoin (#33) (efa450e)
  • loki: add optional flag for Changes API to limit update operation output to modified properties only (#29) (a8abe99)
  • loki: allow sorting on nested properties (#31) (9b426a4)
  • loki: chained/transform map op now accepts 'dataOptions' for clone/removeMeta (#34) (67d61ac)
  • loki: make Resultset and DynamicView sortable by full-text-search scoring (#45) (0a5b946)
  • loki: rename collection (#32) (745e025)
  • integrate full-text-search to loki (insert/update/remove + search) (8fbc174)
  • move to typescript (#36) (d47f190)

2.0.0-beta.2 (2017-09-21)

2.0.0-beta.1 (2017-09-21)

Features

  • fs-storage: add fs storage as separate package (#19) (ec2e523)
  • indexed-storage: add indexed storage as separate package (#20) (1150029)
  • local-storage: add local storage as separate package (#18) (548abfe)
  • loki: add lokijs as core package (#9) (f670ea0)
  • partitioning-adapter: add partitioning-adapter as separate package (#14) (c6b18ca)