Releases: oramasearch/orama
0.0.3
0.0.2
0.0.2
4 August 2022
0.0.1
0.0.1
2 August 2022
- Add Lyra implementation example with Vue
#73
- Improve React Example
#72
- Proof reading
#68
- Better docs
#65
- docs: delete method to remove method
#67
- Feat/remove natural
#60
- Simple structures
#55
- fix(docs): Fixes guide README
#54
- fix(benchmarks): Fixes typo into the generating of README.md file
#53
- perf: prevent potential overhead on falsy value
#46
- Remove by word should consider other doc ids
#45
- Add exact param in remove doc by word method
#41
- Prevent undefined elements
#33
- feat(lyra): adds possibility to disable stemming globally
#30
- Add Stemmer tests
#25
- perf(benchmarks): improves benchmarks
#26
- test(lyra): improves test coverage
#23
- Typed search properties to match schema
#22
- Typed hits property in search method
#21
- Typed Lyra.insert method according to the schema used
#20
- fix(benchmark start command): bennchmark start command and files import
#19
- Support for nested schema
#17
- feat(lyr): adds typo tolerance
#11
- fix(lyra): fixes case where Lyra won't remove a document from the index
#52
- fix(lyra): fixes error when deleting non-string properties
#66
- chore(lyra): fixes publication issue
#27
- test(lyra): improves tests
94797aa
- refactor(docs): renames 'lyra-docs' package into 'docs'
744f5ca
- refactor(docs): removes old docs
1ce9d2d
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