Skip to content

Releases: tharropoulos/typesense-ts

Release 0.2.6

07 Nov 11:07
9a9ed64

Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.2.6

Release 0.2.5

05 Nov 13:25
b5457b5

Choose a tag to compare

  • 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

13 Oct 10:12
51c555b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.2.4

0.2.3

06 Jun 15:42
f7f7345

Choose a tag to compare

  • fix(api): export interface types (1311e4c)
  • chore: remove showcase from sc (ce96b0a)
  • docs(readme): fix showcase (178d6a1)

Release 0.2.2

05 Jun 15:17
d868327

Choose a tag to compare

  • 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 auto fields, 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 AnalyticsRuleOperations interface for rule management (8a9f68d)
  • refactor(analytics)!: rename GlobalAnalyticRules to AnalyticsRules (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)