@orama/orama 2.0.0
What's Changed
- Implements Geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/505
- fix: create custom tokenizer by @stearm in https://github.com/oramasearch/orama/pull/520
- Add typescript documentation to describe types with examples by @allevo in https://github.com/oramasearch/orama/pull/521
- Feat: adds vincenty distance for high-precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/529
- adds new docs by @micheleriva in https://github.com/oramasearch/orama/pull/518
- Docs/fix docs links by @micheleriva in https://github.com/oramasearch/orama/pull/534
- fix: fixes distance function usage for high precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/535
- updates shopify docs by @micheleriva in https://github.com/oramasearch/orama/pull/536
- Add bug report and feature request GitHub Form Template by @ludovicobesana in https://github.com/oramasearch/orama/pull/532
- Add timeout parameter in insertMultiple by @allevo in https://github.com/oramasearch/orama/pull/540
- Fix #538 by @allevo in https://github.com/oramasearch/orama/pull/541
- feat: export language with each stemmer by @rishi-raj-jain in https://github.com/oramasearch/orama/pull/539
- Fix type definition for stopwords by @flodiebold in https://github.com/oramasearch/orama/pull/525
- BREAKING feat: adds basic plugins interface by @micheleriva in https://github.com/oramasearch/orama/pull/543
- perf: remove @orama/plugin-match-highlight in favor of @orama/highlight by @raiindev in https://github.com/oramasearch/orama/pull/545
- Adds basic telemetry plugin by @micheleriva in https://github.com/oramasearch/orama/pull/548
- Update plugin-docusaurus.mdx by @raiindev in https://github.com/oramasearch/orama/pull/549
- Feat/orm 362 docusaurus v3 by @raiindev in https://github.com/oramasearch/orama/pull/550
- chore: avoid some re-calculation on geosearch by @carmhack in https://github.com/oramasearch/orama/pull/551
- chore: avoid recalculating lengths in some for-loops by @aleattene in https://github.com/oramasearch/orama/pull/553
- Fix #557 - Unabalanced state for sorted AVL trees by @micheleriva in https://github.com/oramasearch/orama/pull/558
- Migrate documentation from Nextra to Vitepress by @micheleriva in https://github.com/oramasearch/orama/pull/563
- feat: adds Vitepress plugin by @micheleriva in https://github.com/oramasearch/orama/pull/566
- chore: use biome to format code by @ematipico in https://github.com/oramasearch/orama/pull/567
- Adds vector search and automatic embeddings generation documentation by @micheleriva in https://github.com/oramasearch/orama/pull/569
- chore: format next and docusaurus plugins by @ematipico in https://github.com/oramasearch/orama/pull/568
- chore: format more plugins by @ematipico in https://github.com/oramasearch/orama/pull/570
- docs: adds zoom image on click by @micheleriva in https://github.com/oramasearch/orama/pull/571
- perf: avoid new array while insertNode by @H4ad in https://github.com/oramasearch/orama/pull/572
- chore: add more folders to formatting by @ematipico in https://github.com/oramasearch/orama/pull/574
- chore: format docs and benchmarks by @ematipico in https://github.com/oramasearch/orama/pull/575
- chore: complete migration to Biome by @ematipico in https://github.com/oramasearch/orama/pull/576
- Rewrites docusaurus plugin (V3) (supersede #565) by @micheleriva in https://github.com/oramasearch/orama/pull/577
- Prefixes have 0 distance by @allevo in https://github.com/oramasearch/orama/pull/580
- chore: adds volumes configuration to devcontainer by @valeriocomo in https://github.com/oramasearch/orama/pull/582
- note does not support case-sensitivity by @jessekrubin in https://github.com/oramasearch/orama/pull/585
- #544 fix. match all prefixes. by @SP321 in https://github.com/oramasearch/orama/pull/583
- Upgrade tap to v18 by @tarunrajput in https://github.com/oramasearch/orama/pull/581
- Chore: fix docs by @SamSalvatico in https://github.com/oramasearch/orama/pull/589
- Updates docs by @micheleriva in https://github.com/oramasearch/orama/pull/592
- chore(devcontainer extensions setup): update devcontainer extensions … by @valeriocomo in https://github.com/oramasearch/orama/pull/593
- Export more internals by @micheleriva in https://github.com/oramasearch/orama/pull/594
- Remove execa by @corradopetrelli in https://github.com/oramasearch/orama/pull/596
- Fix npm package typo in plugin-vitepress.md by @cyrilis in https://github.com/oramasearch/orama/pull/597
- fix: #605 - orama crashes inside web worker by @micheleriva in https://github.com/oramasearch/orama/pull/606
- Fix #601 - Skipping of keys in Object.prototype in search function by @SpongeBed81 in https://github.com/oramasearch/orama/pull/603
- Orama 2.0 by @micheleriva in https://github.com/oramasearch/orama/pull/607
New Contributors
- @ludovicobesana made their first contribution in https://github.com/oramasearch/orama/pull/532
- @flodiebold made their first contribution in https://github.com/oramasearch/orama/pull/525
- @carmhack made their first contribution in https://github.com/oramasearch/orama/pull/551
- @aleattene made their first contribution in https://github.com/oramasearch/orama/pull/553
- @ematipico made their first contribution in https://github.com/oramasearch/orama/pull/567
- @valeriocomo made their first contribution in https://github.com/oramasearch/orama/pull/582
- @jessekrubin made their first contribution in https://github.com/oramasearch/orama/pull/585
- @tarunrajput made their first contribution in https://github.com/oramasearch/orama/pull/581
- @SamSalvatico made their first contribution in https://github.com/oramasearch/orama/pull/589
- @cyrilis made their first contribution in https://github.com/oramasearch/orama/pull/597
- @SpongeBed81 made their first contribution in https://github.com/oramasearch/orama/pull/603
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.11...v2.0.0