Skip to content

0.0.1-beta-8

Compare
Choose a tag to compare
@micheleriva micheleriva released this 12 Jul 09:04
· 900 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1-beta-8 (2022-07-12)

Features

  • adds search hits, elapsed time, and count (b2a23c0)
  • lyra: adds "default language" configuration in class initializer (c12aec4)
  • lyra: adds "offset" compliance (0d5e464)
  • lyra: adds "remove" method to remove a doc (7000232)
  • lyra: adds ability to calculate microseconds-precision elapsed time on browsers (1287772)
  • lyra: adds guards to language analyzer settings (0fa4078)
  • lyra: adds schema check on document insertion (23f223d)
  • lyra: adds search methods (6fac8f2)
  • lyra: adds stemming capabilities during indexing and search (246bdc9)
  • lyra: improves search efficiency by implementing lazy search (68ba667)
  • lyra: improves search speed by pre-generating final array of results (2860ca0)

Bug Fixes

  • docs: fixes base url in docs (7ad2e78)
  • docs: fixes baseurl in vuepress (0c52e1e)
  • docs: fixes docs links (abc90ae)
  • lyra: fixes parse error while indexing non-searchable fields (f0e1eae)
  • lyra: fixes performance calculation on browsers (41f903a)
  • lyra: fixes types and license entries in package.json (cf8f2d4)