Skip to content

Releases: askorama/orama

0.0.1-beta-8

12 Jul 09:04
Compare
Choose a tag to compare

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)

0.0.1-beta-7

11 Jun 09:02
Compare
Choose a tag to compare
0.0.1-beta-7 Pre-release
Pre-release

0.0.1-beta-7 (2022-06-11)

Chores
  • lyra: updates lyra version for npm (337ba7f)
Features
  • lyra:
    • adds guards to language analyzer settings (0fa4078)
    • adds "default language" configuration in class initialize (c12aec4)
Docs

0.0.1-beta-6

08 Jun 14:40
Compare
Choose a tag to compare
0.0.1-beta-6 Pre-release
Pre-release

0.0.1-beta-6 (2022-06-08)

Chores
  • lyra: upgrade npm version (06247fe)
Performance Improvements
  • lyra:
    • refactored trie properties to use maps instead of objects (af0c7ef)
    • removes useless operations while working on input strings (9161aa3)

0.0.1-beta-5

08 Jun 08:26
Compare
Choose a tag to compare
0.0.1-beta-5 Pre-release
Pre-release

0.0.1-beta-5 (2022-06-08)

Chores
  • lyra: update npm version (62dfec8)
New Features
  • lyra: adds stemming capabilities during indexing and search (246bdc9)

0.0.1-beta-4

07 Jun 12:19
Compare
Choose a tag to compare
0.0.1-beta-4 Pre-release
Pre-release

1.0.0 (2022-06-07)

Chores
  • adds basic example of Lyra with react app (432ea7d)
Continuous Integration
  • workflows: runs tests on PR (e005569)
  • adds test workflow (a174f4a)
  • vuepress: adds vuepress build workflow (b181b65)
Documentation Changes
  • adds tests badge to readme (1a622bf)
  • adds tests status badge to readme] (38d934c)
  • adds bug report and feature request issue templates (6188d46)
Bug Fixes
  • lyra:
    • fixes types and license entries in package.json (cf8f2d4)
    • fixes performance calculation on browsers (41f903a)
  • docs:
Other Changes