Releases: oramasearch/orama
Releases · oramasearch/orama
0.0.1-beta-9
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-9 (2022-07-13)
Features
- adds exact match search (ea8a516)
Docs
- adds exact match search docs (d823f5b)
Misc
- adds unit tests for
utils
(741b982)
Many thanks @mateonunez for your work on this release!
0.0.1-beta-8
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
0.0.1-beta-7 (2022-06-11)
Chores
- lyra: updates lyra version for npm (337ba7f)
Features
- lyra:
Docs
- docs:
- merge Fix docs (#3) @MatteoGheza
- adds explaination about input analyzer (748a745)
0.0.1-beta-6
0.0.1-beta-5
0.0.1-beta-4
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:
- docs:
Other Changes
- nearform/lyra (7f8e5b0)