Releases: tharropoulos/typesense-ts
Releases · tharropoulos/typesense-ts
Release 0.2.6
What's Changed
- fix(node): more permissive domain check by @tharropoulos in #7
Full Changelog: 0.2.4...0.2.6
Release 0.2.5
- fix(node): more permissive domain check (985a2c3)
- chore: update pnpm version on manager field on package.json (93ccf0a)
- ci: update init pnpm action (c76ca35)
- ci: update node ver matrix to only cover 22 (dfc00e9)
Full Changelog: 0.2.4...0.2.5
0.2.4
What's Changed
- correct path and duplicate query parameters by @norwindijkman in #6
New Contributors
- @norwindijkman made their first contribution in #6
Full Changelog: 0.2.3...0.2.4
0.2.3
Release 0.2.2
- docs(readme): add showcase to the docs (c8c600b)
- feat(collection): add support for optional fields in hierarchical types (d9cf606)
- fix(collection): add inferred type for
object[]fields (87e6a64) - fix(collection): for
autofields, provide union based on ts types (f775b88) - feat(collection): add prettify type helper for displaying native types (4ee277b)
- fix(override): add alias support to overrides (27e704a)
- docs(readme): update README with all the latest info (bef6e9b)
- chore(tests): remove logging statement from sw test (a4198ea)
- feat(api): export analytic based functions on entrypoint (796b506)
- refactor(analytics | http)!: replace function-based API with object-oriented operations (2f7ec10)
- feat(analytics): add
AnalyticsRuleOperationsinterface for rule management (8a9f68d) - refactor(analytics)!: rename
GlobalAnalyticRulestoAnalyticsRules(6e7ebbf) - feat(lexer): add field filterability validation for filters (3c8df8a)
- chore: add LICENSE (70cc759)
- Release 0.2.1 (a92eebd)
- feat(collection): add infer property to collection for easier type access (a810b00)