Releases: oramasearch/orama
0.0.1-beta-19
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-19 (2022-08-02)
Fix
- fix(lyra): fixes case where Lyra won't remove a document from the index (491b6f5) @micheleriva
Tests
- tests(lyra): improves document removal tests (ad17925) @micheleriva
Docs
- docs: updates docs (70aa889) @micheleriva
0.0.1-beta-18
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-18 (2022-08-01)
Fix
- fix(lyra): fixes duplicated results when search term appears in multiple properties (f813865) @micheleriva
- fix(development-repl): fixes search in development repl (7070e18) @micheleriva
Chore
- chore(development-repl): adds basic development repl (257e759) @micheleriva
Refactor
- refactor(docs): renames 'lyra-docs' package into 'docs' (744f5ca) @micheleriva
Docs
- docs: renames "delete" method to "remove" (#67) @thomscoder
- Better docs (#65) @thomscoder
- Proof reading (#68) @thomscoder
0.0.1-beta-17
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-17 (2022-07-30)
Fix
- build(lyra): fixes the build process (c327cda) @micheleriva
Chore
- chore: adds CONTRIBUTING.md file (66ce5ce) @micheleriva
0.0.1-beta-16
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-16 (2022-07-30)
Features
- BREAKING refactor(lyra): removes natural as dependency (d472a46) @micheleriva
0.0.1-beta-15
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-15 (2022-07-29)
Features
- feat(lyra): adds index and docs getters and setters (@ShogunPanda) (0a3609a)
- feat(lyra): adds basic getters and setters for docs and indexes, switches from maps back to objects (@ShogunPanda) (0a3609a)
- feat(lyra): simplify serialization (@ShogunPanda) (0a3609a)
- feat(lyra): do not use async when not needed (@ShogunPanda) (0a3609a)
- feat(lyra): do not use classes (@ShogunPanda) (0a3609a)
- chore(lyra): adds license to fast-properties lib (@micheleriva) (0a3609a)
- chore(lyra): moves error handling to standard error function (@micheleriva) (0a3609a)
- chore(lyra): adds missing dependencies (@micheleriva) (0a3609a)
Chore
- chore: added prettier configuration (@ShogunPanda) (0a3609a)
Tests
- tests(lyra): remove async awaits from tests (@ShogunPanda) (0a3609a)
Docs
- fix(benchmarks): Fixes typo into the generating of README.md file (#53) (f72a6bb) @Frenzarectah
- fix(docs): Fixes guide README (#54) (02b11c8) @bozzelliandrea
Aknowledgements
A massive thank you to @ShogunPanda for the incredible work on this release!
0.0.1-beta-14
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-14 (2022-07-25)
Fix
- fix(lyra): prevents undefined elements (#33) (4f8b24b) @mateonunez
- fix(lyra): adds exact param in remove doc by word method (#41) (6f665d3) @mateonunez
- fix(lyra): fixes remove by word should consider other doc ids (#45) (1cb8f3f) @mateonunez
Performance
- perf(lyra): prevent potential overhead on falsy value (#46) (5b05371) @mateonunez
CI
- ci(benchmarks): fixes gh workflow (c930e4e) @micheleriva
- ci(benchmarks): deletes benchmark table before adding new result (11d4323) @micheleriva
Benchmarks
- chore(benchmarks): refactors imdb dataset script to bash (0e368ab) @micheleriva
- chore(benchmarks): update benchmark table (a0e6885) @micheleriva
Tests
- test(lyra): removes skips to stemming tests (41069fa) @micheleriva
Aknownledgements
A special thank you to @lucaong who spotted a bug in a merged PR and helped fix it 🙏
0.0.1-beta-13
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-13 (2022-07-19)
Features
- feat(lyra): adds possibility to disable stemming globally (ac13fb7) @micheleriva
0.0.1-beta-12
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-12 (2022-07-18)
Features
- perf(benchmarks): improves benchmarks (#26) (ac13fb7) @micheleriva
Tests
- tests(lyra): adds stemmer tests (5c60972) @mateonunez
- test(lyra): improves test coverage (#23) (7a82bcb) @micheleriva
0.0.1-beta-11
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-11 (2022-07-18)
Features
- feat(lyra) : Adds typed search properties to match schema (1626a92) @DanieleFedeli
- feat(lyra): Adds typed hits property in search method (971d773) @DanieleFedeli
- feat(lyra): Adds typed Lyra.insert method according to the schema used (78f97db) @DanieleFedeli
- feat(lyra): Adds support to nested schema (d1d90e5) @DanieleFedeli
Bug Fixes
- style(types): fixes ts linting errors (dd65b9e) @micheleriva
- fix(benchmark start command): fixes bennchmark start command and files import (441d014) @ilteoood
- docs(docs): fixes typos in schema creation examples (6a68d5d) @micheleriva
0.0.1-beta-10
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.1-beta-10 (2022-07-14)
Features
Thanks again @mateonunez for your contribution 🎉